summaryrefslogtreecommitdiff
path: root/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyfakefs/pyfakefs-5.3.2.ebuild')
-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
}