dev-python/pytest-subtesthack: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:08:22 +0000 (21:08 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:11:02 +0000 (21:11 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1.ebuild

index da9c8709b4a048b478b0ef9e7ed0aa95a58c56f1..8de886930db23e59536a82647097e96c153014cd 100644 (file)
@@ -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"