diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:08:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:11:02 +0100 |
commit | 9e2c5c3973daf5d1581061d7dc7a3b1c5a9be848 (patch) | |
tree | 9e2485aaf7f8a9caaeeae44536ba83cf75469116 /dev-python/pytest-subtesthack | |
parent | dev-python/pytest-salt: Remove py2 (diff) | |
download | gentoo-9e2c5c3973daf5d1581061d7dc7a3b1c5a9be848.tar.gz gentoo-9e2c5c3973daf5d1581061d7dc7a3b1c5a9be848.tar.bz2 gentoo-9e2c5c3973daf5d1581061d7dc7a3b1c5a9be848.zip |
dev-python/pytest-subtesthack: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-subtesthack')
-rw-r--r-- | dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild b/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild index da9c8709b4a0..8de886930db2 100644 --- a/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild +++ b/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="A hack for test fixtures, needed for hypothesis inside py.test" |