diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-04 19:14:59 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-04 19:14:59 +0000 |
| commit | eb879137397b2780739bdbeddd7ea01439186c1c (patch) | |
| tree | ba318372285287dd4fa2c6661bc832810bd34b26 /dev-python/pytest-repeat | |
| parent | 50a73c5441045f14bdb49aededf33cd7f23ff891 (diff) | |
| download | baldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.tar.gz baldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.tar.xz baldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-repeat')
| -rw-r--r-- | dev-python/pytest-repeat/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pytest-repeat/pytest-repeat-0.9.4.ebuild | 11 |
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-python/pytest-repeat/Manifest b/dev-python/pytest-repeat/Manifest index 842da58d6833..878ff9bcb7ca 100644 --- a/dev-python/pytest-repeat/Manifest +++ b/dev-python/pytest-repeat/Manifest @@ -1 +1,2 @@ DIST pytest_repeat-0.9.4.tar.gz 6488 BLAKE2B e4869355b247bf65babfdb145d368179e396c737177d5eb271581a826bcc58d4e0354860f6fc230bef483817072a41298d58488c32329d731748b6929a39c764 SHA512 d69faed88373f04b8b3d359dcf0514e8a522a533590dcbf3178fb19337bb578c296df74c918c454511b9b0cdc55d5a580ca253cffab2b239f30812f0e9314ba3 +DIST pytest_repeat-0.9.4.tar.gz.provenance 9435 BLAKE2B 17bf0b7ee11a96e85fd913b05066e477e7df573975586a3d73398dc12c7778d78eb839607170a82ada4073a113ff17029e784f040e61d92fa67b091f1fe8739c SHA512 74f2901ea99ee731ac2478e56b8e33300ed74244b72b4f8dd242e89df047135855d3b632ec932b0cb6daee328608327f6c003750f592dcec01db07afd39c4f0e diff --git a/dev-python/pytest-repeat/pytest-repeat-0.9.4.ebuild b/dev-python/pytest-repeat/pytest-repeat-0.9.4.ebuild index 8e08bbbc8de9..8c9fc15ae89e 100644 --- a/dev-python/pytest-repeat/pytest-repeat-0.9.4.ebuild +++ b/dev-python/pytest-repeat/pytest-repeat-0.9.4.ebuild @@ -1,9 +1,10 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling +PYPI_VERIFY_REPO=https://github.com/pytest-dev/pytest-repeat PYTHON_COMPAT=( python3_{10..14} ) inherit distutils-r1 pypi @@ -25,10 +26,6 @@ BDEPEND=" dev-python/hatch-vcs[${PYTHON_USEDEP}] " +EPYTEST_PLUGINS=( "${PN}" ) +EPYTEST_PLUGIN_LOAD_VIA_ENV=1 distutils_enable_tests pytest - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - local -x PYTEST_PLUGINS=pytest_repeat - epytest -} |
