diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-05-24 10:26:26 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-05-24 10:28:37 +0200 |
| commit | ace4c7363a9fe498b0b95b86f4bdbf731af9df79 (patch) | |
| tree | aad1c2d13c4ec1e5a0a8c0765ceb406469725fb7 /dev-python | |
| parent | 87b42bfe04e353b3e392d722f340ed48cf648af7 (diff) | |
| download | gentoo-ace4c7363a9fe498b0b95b86f4bdbf731af9df79.tar.gz gentoo-ace4c7363a9fe498b0b95b86f4bdbf731af9df79.tar.bz2 gentoo-ace4c7363a9fe498b0b95b86f4bdbf731af9df79.zip | |
dev-python/pytest-xdist: Remove py3.12 deselects, pytest is patched
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-3.3.1.ebuild | 11 |
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 } |
