summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-10-13 16:41:12 -0400
committerCraig Andrews <candrews@gentoo.org>2019-10-15 11:57:52 -0400
commit9a19459a434fdcbf7c582a8e12bdb72d00cf4106 (patch)
tree5238bd58c45c5e4c8e6664f646739ed849f7d76d /dev-python/pytest-pylint
parentdev-python/selenium: 3.141.0 version bump, EAPI=7 (diff)
downloadgentoo-9a19459a434fdcbf7c582a8e12bdb72d00cf4106.tar.gz
gentoo-9a19459a434fdcbf7c582a8e12bdb72d00cf4106.tar.bz2
gentoo-9a19459a434fdcbf7c582a8e12bdb72d00cf4106.zip
dev-python/pytest-pylint: Python 3.7 compatibility
Closes: https://bugs.gentoo.org/662608 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-python/pytest-pylint')
-rw-r--r--dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild b/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild
index 908603366e42..af94d60d1cb8 100644
--- a/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild
+++ b/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="pytest plugin to check source code with pylint"