From 59c803bef0bf9b4f167918783e386c3ddb746751 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 24 May 2023 15:02:35 +0100 Subject: gentoo auto-resync : 24:05:2023 - 15:02:35 --- dev-python/pytest-xdist/pytest-xdist-3.3.1.ebuild | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'dev-python/pytest-xdist/pytest-xdist-3.3.1.ebuild') 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 } -- cgit v1.2.3