summaryrefslogtreecommitdiff
path: root/dev-python/pytest
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 17:33:07 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 17:33:07 -0500
commit9940acdf7308f3fd603561fa85bdd2753a8fb2f5 (patch)
tree192d76f303d788d3488ce7515e63c5f04270a8b1 /dev-python/pytest
parent9513d72c2b000ea9949dbc875636aaef1b8ef236 (diff)
downloadbaldeagleos-repo-9940acdf7308f3fd603561fa85bdd2753a8fb2f5.tar.gz
baldeagleos-repo-9940acdf7308f3fd603561fa85bdd2753a8fb2f5.tar.xz
baldeagleos-repo-9940acdf7308f3fd603561fa85bdd2753a8fb2f5.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest')
-rw-r--r--dev-python/pytest/pytest-9.0.2.ebuild4
-rw-r--r--dev-python/pytest/pytest-9.0.3.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pytest/pytest-9.0.2.ebuild b/dev-python/pytest/pytest-9.0.2.ebuild
index 1943cb30be94..83428bb104e2 100644
--- a/dev-python/pytest/pytest-9.0.2.ebuild
+++ b/dev-python/pytest/pytest-9.0.2.ebuild
@@ -5,8 +5,8 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/pytest-dev/pytest
-PYTHON_TESTED=( python3_{11..14} pypy3_11 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t )
+PYTHON_TESTED=( python3_{9,10,11,12,13} pypy3 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1 pypi
diff --git a/dev-python/pytest/pytest-9.0.3.ebuild b/dev-python/pytest/pytest-9.0.3.ebuild
index cb4a3f34ae5b..ab0f02e5fdc7 100644
--- a/dev-python/pytest/pytest-9.0.3.ebuild
+++ b/dev-python/pytest/pytest-9.0.3.ebuild
@@ -5,8 +5,8 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/pytest-dev/pytest
-PYTHON_TESTED=( python3_{11..14} pypy3_11 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_15 python3_{13..15}t )
+PYTHON_TESTED=( python3_{9,10,11,12,13} pypy3 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1 pypi