diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-08 19:05:12 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-08 19:05:12 +0000 |
| commit | 90229a36c29fe9ddc77160d7d7ede4432226f3bf (patch) | |
| tree | 9512ec45535facb5304535a0e0105197d89279db /dev-python/pytest | |
| parent | b545f1b0005013757c222c9344c54fcf779929d3 (diff) | |
| download | baldeagleos-repo-90229a36c29fe9ddc77160d7d7ede4432226f3bf.tar.gz baldeagleos-repo-90229a36c29fe9ddc77160d7d7ede4432226f3bf.tar.xz baldeagleos-repo-90229a36c29fe9ddc77160d7d7ede4432226f3bf.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest')
| -rw-r--r-- | dev-python/pytest/pytest-7.4.4.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/pytest/pytest-8.0.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pytest/pytest-8.1.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pytest/pytest-8.2.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pytest/pytest-8.3.5-r1.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/pytest/pytest-8.4.1.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/pytest/pytest-8.4.2.ebuild | 4 |
7 files changed, 11 insertions, 11 deletions
diff --git a/dev-python/pytest/pytest-7.4.4.ebuild b/dev-python/pytest/pytest-7.4.4.ebuild index 26127434db68..51d6cd464314 100644 --- a/dev-python/pytest/pytest-7.4.4.ebuild +++ b/dev-python/pytest/pytest-7.4.4.ebuild @@ -4,8 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_TESTED=( python3_{9,10,11,12,13,14} ) -PYTHON_COMPAT=( python3_{9,10,11,12,13,14} pypy3 ) +PYTHON_TESTED=( python3_{11..12} ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 ) inherit distutils-r1 multiprocessing pypi diff --git a/dev-python/pytest/pytest-8.0.2.ebuild b/dev-python/pytest/pytest-8.0.2.ebuild index 2ffe547d6332..1194d1079d5b 100644 --- a/dev-python/pytest/pytest-8.0.2.ebuild +++ b/dev-python/pytest/pytest-8.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_TESTED=( python3_{9,10,11,12,13,14} ) +PYTHON_TESTED=( python3_{11..12} ) PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) inherit distutils-r1 multiprocessing pypi diff --git a/dev-python/pytest/pytest-8.1.2.ebuild b/dev-python/pytest/pytest-8.1.2.ebuild index d621e83177f5..99c0b210fcf3 100644 --- a/dev-python/pytest/pytest-8.1.2.ebuild +++ b/dev-python/pytest/pytest-8.1.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_TESTED=( python3_{9,10,11,12,13,14} ) +PYTHON_TESTED=( python3_{11..12} ) PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) inherit distutils-r1 pypi diff --git a/dev-python/pytest/pytest-8.2.2.ebuild b/dev-python/pytest/pytest-8.2.2.ebuild index 7fb6c895d55f..6e8e45df8513 100644 --- a/dev-python/pytest/pytest-8.2.2.ebuild +++ b/dev-python/pytest/pytest-8.2.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_TESTED=( python3_{9,10,11,12,13,14} ) +PYTHON_TESTED=( python3_{11..13} ) PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) inherit distutils-r1 pypi diff --git a/dev-python/pytest/pytest-8.3.5-r1.ebuild b/dev-python/pytest/pytest-8.3.5-r1.ebuild index bd002cc890ba..717f967604a4 100644 --- a/dev-python/pytest/pytest-8.3.5-r1.ebuild +++ b/dev-python/pytest/pytest-8.3.5-r1.ebuild @@ -4,8 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_TESTED=( python3_{9,10,11,12,13,14} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) +PYTHON_TESTED=( python3_{11..14} pypy3_11 ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t ) inherit distutils-r1 pypi diff --git a/dev-python/pytest/pytest-8.4.1.ebuild b/dev-python/pytest/pytest-8.4.1.ebuild index 4df536232853..b294fe3233c5 100644 --- a/dev-python/pytest/pytest-8.4.1.ebuild +++ b/dev-python/pytest/pytest-8.4.1.ebuild @@ -4,8 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_TESTED=( python3_{9,10,11,12,13,14} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) +PYTHON_TESTED=( python3_{11..14} pypy3_11 ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t ) inherit distutils-r1 pypi diff --git a/dev-python/pytest/pytest-8.4.2.ebuild b/dev-python/pytest/pytest-8.4.2.ebuild index 46cc773d4f79..e2da5bf0d63a 100644 --- a/dev-python/pytest/pytest-8.4.2.ebuild +++ b/dev-python/pytest/pytest-8.4.2.ebuild @@ -4,8 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_TESTED=( python3_{9,10,11,12,13,14} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) +PYTHON_TESTED=( python3_{11..14} pypy3_11 ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t ) inherit distutils-r1 pypi |
