summaryrefslogtreecommitdiff
path: root/dev-python/pytest-xdist/pytest-xdist-3.3.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytest-xdist/pytest-xdist-3.3.1.ebuild')
-rw-r--r--dev-python/pytest-xdist/pytest-xdist-3.3.1.ebuild11
1 files changed, 0 insertions, 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
}