summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-01 14:57:49 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-01 15:14:16 +0100
commit91c8f594aca5a14ea7ab69134a34573c6f4a552d (patch)
tree2b9ca95c4fcbd7de3eccdcaa8df4b80b564b4c60
parentmedia-libs/gd: Stabilize 2.3.3-r4 ppc, #914793 (diff)
downloadgentoo-91c8f594aca5a14ea7ab69134a34573c6f4a552d.tar.gz
gentoo-91c8f594aca5a14ea7ab69134a34573c6f4a552d.tar.bz2
gentoo-91c8f594aca5a14ea7ab69134a34573c6f4a552d.zip
dev-python/pyfakefs: Reselect a fixed test
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pyfakefs/pyfakefs-5.3.2.ebuild10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild b/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
index d5a9d7aac337..7792b64f97c9 100644
--- a/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
@@ -31,16 +31,6 @@ python_test() {
pyfakefs/pytest_tests/segfault_test.py
)
- case ${EPYTHON} in
- python3.12)
- EPYTEST_DESELECT+=(
- # happens with pandas + zstandard [cffi backend]
- # https://github.com/pytest-dev/pyfakefs/issues/910
- pyfakefs/tests/patched_packages_test.py::TestPatchedPackages::test_read_{csv,table}
- )
- ;;
- esac
-
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest -p pyfakefs.pytest_plugin
}