From: David Seifert Date: Sat, 28 Dec 2019 16:15:03 +0000 (+0100) Subject: dev-python/pytest-testmon: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc72654c7da62853183c73ab6632b4a8cb69e703;p=gentoo.git dev-python/pytest-testmon: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/pytest-testmon/pytest-testmon-0.9.15.ebuild b/dev-python/pytest-testmon/pytest-testmon-0.9.15.ebuild index 9b55f300ceea..e7253daea7d8 100644 --- a/dev-python/pytest-testmon/pytest-testmon-0.9.15.ebuild +++ b/dev-python/pytest-testmon/pytest-testmon-0.9.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="take TDD to a new level with py.test and testmon"