commit: ace4c7363a9fe498b0b95b86f4bdbf731af9df79
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 24 08:26:26 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 24 08:28:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace4c736
dev-python/pytest-xdist: Remove py3.12 deselects, pytest is patched
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-xdist/pytest-xdist-3.3.1.ebuild | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/dev-python/pytest-xdist/pytest-xdist-3.3.1.ebuild
b/dev-python/pytest-xdist/pytest-xdist-3.3.1.ebuild
index 57cbcf2c12f1..300cd8d15766 100644
--- a/dev-python/pytest-xdist/pytest-xdist-3.3.1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-3.3.1.ebuild
@@ -41,16 +41,5 @@ python_test() {
# since we disabled autoloading, force loading necessary plugins
local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
- [[ ${PV} != 3.3.1 ]] && die "Recheck deselects, please!"
- local EPYTEST_DESELECT=()
- if [[ ${EPYTHON} == python3.12 ]]; then
- EPYTEST_DESELECT+=(
- # failures due to warnings from pytest
- # https://github.com/pytest-dev/pytest-xdist/issues/914
- testing/acceptance_test.py::test_config_initialization
- testing/acceptance_test.py::test_collection_crash
- )
- fi
-
epytest
}