diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:15:03 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:15:03 +0100 |
commit | fc72654c7da62853183c73ab6632b4a8cb69e703 (patch) | |
tree | 6fce1b04f5f457a1887eac4607845cea337d3ba0 /dev-python/pytest-testmon | |
parent | dev-python/pytest-services: Remove Py2 (diff) | |
download | gentoo-fc72654c7da62853183c73ab6632b4a8cb69e703.tar.gz gentoo-fc72654c7da62853183c73ab6632b4a8cb69e703.tar.bz2 gentoo-fc72654c7da62853183c73ab6632b4a8cb69e703.zip |
dev-python/pytest-testmon: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/pytest-testmon')
-rw-r--r-- | dev-python/pytest-testmon/pytest-testmon-0.9.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |