summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 21:04:36 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 21:10:59 +0100
commit82c19dadcb3f23a43bff7d6f66852a177bb1ed11 (patch)
tree525131fa933626a5cb2e199f13821e1a290d019c /dev-python/pytest-pylint/pytest-pylint-0.14.1.ebuild
parentdev-python/pytest-metadata: Remove py2 (diff)
downloadgentoo-82c19dadcb3f23a43bff7d6f66852a177bb1ed11.tar.gz
gentoo-82c19dadcb3f23a43bff7d6f66852a177bb1ed11.tar.bz2
gentoo-82c19dadcb3f23a43bff7d6f66852a177bb1ed11.zip
dev-python/pytest-pylint: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-pylint/pytest-pylint-0.14.1.ebuild')
-rw-r--r--dev-python/pytest-pylint/pytest-pylint-0.14.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-pylint/pytest-pylint-0.14.1.ebuild b/dev-python/pytest-pylint/pytest-pylint-0.14.1.ebuild
index d794df777f73..85605fa7eb8b 100644
--- a/dev-python/pytest-pylint/pytest-pylint-0.14.1.ebuild
+++ b/dev-python/pytest-pylint/pytest-pylint-0.14.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="pytest plugin to check source code with pylint"