summaryrefslogtreecommitdiff
path: root/dev-python/pytest
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytest')
-rw-r--r--dev-python/pytest/pytest-4.6.11-r1.ebuild2
-rw-r--r--dev-python/pytest/pytest-5.4.3.ebuild2
-rw-r--r--dev-python/pytest/pytest-6.1.2.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest/pytest-4.6.11-r1.ebuild b/dev-python/pytest/pytest-4.6.11-r1.ebuild
index da8dcae52dff..66457bad8085 100644
--- a/dev-python/pytest/pytest-4.6.11-r1.ebuild
+++ b/dev-python/pytest/pytest-4.6.11-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{5..10} pypy3 )
+PYTHON_COMPAT=( python3_{5,6,7,8,9,10} pypy3 )
inherit distutils-r1
diff --git a/dev-python/pytest/pytest-5.4.3.ebuild b/dev-python/pytest/pytest-5.4.3.ebuild
index a7c4ee49a3ce..32686d487363 100644
--- a/dev-python/pytest/pytest-5.4.3.ebuild
+++ b/dev-python/pytest/pytest-5.4.3.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{5..10} pypy3 )
+PYTHON_COMPAT=( python3_{5,6,7,8,9,10} pypy3 )
inherit distutils-r1
diff --git a/dev-python/pytest/pytest-6.1.2.ebuild b/dev-python/pytest/pytest-6.1.2.ebuild
index f4fa4867aa23..d217157157b5 100644
--- a/dev-python/pytest/pytest-6.1.2.ebuild
+++ b/dev-python/pytest/pytest-6.1.2.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{5..10} pypy3 )
+PYTHON_COMPAT=( python3_{5,6,7,8,9,10} pypy3 )
inherit distutils-r1