summaryrefslogtreecommitdiff
path: root/dev-python/selenium
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/selenium')
-rw-r--r--dev-python/selenium/selenium-4.21.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/selenium/selenium-4.21.0.ebuild b/dev-python/selenium/selenium-4.21.0.ebuild
index 094e2cd7da1a..4661c74dda73 100644
--- a/dev-python/selenium/selenium-4.21.0.ebuild
+++ b/dev-python/selenium/selenium-4.21.0.ebuild
@@ -4,7 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 )
+PYTHON_TESTED=( python3_{8,9,10,11,12} pypy3 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1 pypi