diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2019-05-10 13:46:48 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2019-05-10 13:47:19 -0400 |
commit | e97ce55520a26d89ed4a67d5f1e3f15c0133240f (patch) | |
tree | 5e2ab93c905db5dc77d47729c49d0c324b52ebae /dev-python/pylint | |
parent | dev-python/pytest-rerunfailures: Version bump to 7.0 (diff) | |
download | gentoo-e97ce55520a26d89ed4a67d5f1e3f15c0133240f.tar.gz gentoo-e97ce55520a26d89ed4a67d5f1e3f15c0133240f.tar.bz2 gentoo-e97ce55520a26d89ed4a67d5f1e3f15c0133240f.zip |
dev-python/pylint: relax pytest constraint
Tests run fine with newer pytests and "<3.3" was holding us back.
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/pylint-1.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylint/pylint-1.8.4.ebuild b/dev-python/pylint/pylint-1.8.4.ebuild index 18ec25bceee2..8dab159129a6 100644 --- a/dev-python/pylint/pylint-1.8.4.ebuild +++ b/dev-python/pylint/pylint-1.8.4.ebuild @@ -31,7 +31,7 @@ RDEPEND=" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ${RDEPEND} - <dev-python/pytest-3.3[${PYTHON_USEDEP}] )" + <dev-python/pytest-4[${PYTHON_USEDEP}] )" python_prepare_all() { # remove unused dep |