diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-10 00:01:14 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-10 00:01:14 +0100 |
commit | 17e5f1ea4a2e1c5664f96480ca46348d008e8711 (patch) | |
tree | 7166d1b58a582290a4ad23ff5882cca911b8035c /dev-python/pytest-rerunfailures | |
parent | a0ce545d52f231499bf9f3644493113d8af58ec9 (diff) |
gentoo auto-resync : 10:05:2024 - 00:01:13
Diffstat (limited to 'dev-python/pytest-rerunfailures')
-rw-r--r-- | dev-python/pytest-rerunfailures/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-rerunfailures/pytest-rerunfailures-14.0.ebuild | 14 |
2 files changed, 14 insertions, 2 deletions
diff --git a/dev-python/pytest-rerunfailures/Manifest b/dev-python/pytest-rerunfailures/Manifest index ef42e2551ebd..aaa734b1fe32 100644 --- a/dev-python/pytest-rerunfailures/Manifest +++ b/dev-python/pytest-rerunfailures/Manifest @@ -1,3 +1,3 @@ DIST pytest-rerunfailures-14.0.tar.gz 21350 BLAKE2B bb273d77a732c0296ca041b4cbd91fd48052076e9f76839b862b03de9f448208a216483bc486f23542cd99a12ef2934a46e3ea4162ca87bfd5c0904f2d114179 SHA512 8aa23a57206b0e6af133c716517c3c96cc156cc2f86b06c0fa80e9fea2b11f32e98cfb41f6a5fb05b38bab7496258160ba42fe6ae00d7bef8024159a8ed4a3f5 -EBUILD pytest-rerunfailures-14.0.ebuild 777 BLAKE2B a0c50d465e3d2a0a2e77182d4ece7ddaa5609243daaa2c45ae0d89fec7b630e573ea3d98f75ca6263a7cfc37223e699375548a4d7f4bd760fc157c5f444089f1 SHA512 7e853862d85b50d86b0ee423df07bcc709ae3b00272a60c079a7d008f23f29390fc596fb0cb22c77ca52854c83552cc10f84f284b60e893360493540a59032ed +EBUILD pytest-rerunfailures-14.0.ebuild 1379 BLAKE2B 94b611e5efcdc5f25da26d7805805c679706d469225f5e763b6bc32567b18a03257f8f13c3e8603f8c64927f384e0842627e0ade71044d905bd451d87ac72ba4 SHA512 61ea8fa3210365800f679ccd4f88877c94b93f08356bdbe0fcb44fa26830a06feb6108d80f802558dcf8a8a303deb819202addbd2cf8f2ac05922f3aed483659 MISC metadata.xml 432 BLAKE2B 3bbb0bd303a26d2a336563f187160b3b023e6d7a3a776922dee4853164d7461f395e840b2c0ba1349687d24050ccb5fd18166aeec397c9b21a1aa0e6b536b795 SHA512 f372a1f73a4dc3e60f66bd6049cddb4d8cd8fe53bebff2a6d194eb3d5872adab9b7ac226971696fb24a8d4e4744427c4d4148054fc51a94f63320d428ef80d52 diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-14.0.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-14.0.ebuild index fbaa42713a4c..92f724d179af 100644 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-14.0.ebuild +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-14.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi @@ -26,6 +26,18 @@ RDEPEND=" distutils_enable_tests pytest python_test() { + local EPYTEST_DESELECT=() + if has_version ">=dev-python/pytest-8.2[${PYTHON_USEDEP}]"; then + EPYTEST_DESELECT+=( + # https://github.com/pytest-dev/pytest-rerunfailures/issues/267 + tests/test_pytest_rerunfailures.py::test_exception_match_only_rerun_in_dual_query + tests/test_pytest_rerunfailures.py::test_exception_matches_only_rerun_query + tests/test_pytest_rerunfailures.py::test_exception_matches_rerun_except_query + tests/test_pytest_rerunfailures.py::test_exception_not_match_rerun_except_query + tests/test_pytest_rerunfailures.py::test_run_session_teardown_once_after_reruns + ) + fi + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 local -x PYTEST_PLUGINS=pytest_rerunfailures epytest |