summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-16 08:59:20 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-16 10:18:53 +0200
commit6122a68a7f39ce1ba92a405ba7c6cfbedb7b3f66 (patch)
treea624832a6bfc7312263d166c9597949f3b50c809 /dev-python/pytest-cov
parentdev-python/process-tests: Port to py3.9 (diff)
downloadgentoo-6122a68a7f39ce1ba92a405ba7c6cfbedb7b3f66.tar.gz
gentoo-6122a68a7f39ce1ba92a405ba7c6cfbedb7b3f66.tar.bz2
gentoo-6122a68a7f39ce1ba92a405ba7c6cfbedb7b3f66.zip
dev-python/pytest-cov: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-cov')
-rw-r--r--dev-python/pytest-cov/pytest-cov-2.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild
index 788897781d00..9bf837927521 100644
--- a/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild
+++ b/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
inherit distutils-r1