diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-07 20:37:06 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-07 20:37:06 +0000 |
| commit | 1c85d1705f0ada109728ba38e08b5a2576fb0951 (patch) | |
| tree | 53d087c8a3446767c14fcb6045665046b0d592c4 /dev-python/pytest | |
| parent | 259c2bbadb7e11a64ba2f7c34f45461aa3d6ced6 (diff) | |
| download | baldeagleos-repo-1c85d1705f0ada109728ba38e08b5a2576fb0951.tar.gz baldeagleos-repo-1c85d1705f0ada109728ba38e08b5a2576fb0951.tar.xz baldeagleos-repo-1c85d1705f0ada109728ba38e08b5a2576fb0951.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest')
| -rw-r--r-- | dev-python/pytest/pytest-7.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest/pytest-7.4.4.ebuild b/dev-python/pytest/pytest-7.4.4.ebuild index b326b2c46bbf..4e5b30fedcc6 100644 --- a/dev-python/pytest/pytest-7.4.4.ebuild +++ b/dev-python/pytest/pytest-7.4.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_TESTED=( python3_{9,10,11,12,13} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) inherit distutils-r1 multiprocessing pypi |
