dev-python/stestr: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-03-28 14:30:49 +01:00
parent d5ee16ee22
commit 5470795185

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_6 python3_6 python3_7 )
PYTHON_COMPAT=( python3_6 python3_6 python3_7 )
inherit distutils-r1
DESCRIPTION="A parallel Python test runner built around subunit"