From: Michał Górny Date: Wed, 5 Feb 2020 20:08:22 +0000 (+0100) Subject: dev-python/pytest-subtesthack: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9e2c5c3973daf5d1581061d7dc7a3b1c5a9be848;p=gentoo.git dev-python/pytest-subtesthack: Remove py2 Signed-off-by: Michał Górny --- 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"