diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:04:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:10:59 +0100 |
commit | 82c19dadcb3f23a43bff7d6f66852a177bb1ed11 (patch) | |
tree | 525131fa933626a5cb2e199f13821e1a290d019c /dev-python/pytest-pylint | |
parent | dev-python/pytest-metadata: Remove py2 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/pytest-pylint/pytest-pylint-0.14.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild | 2 |
2 files changed, 2 insertions, 2 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" 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 7dd4b1919ece..b9736d3679cf 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_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="pytest plugin to check source code with pylint" |