summaryrefslogtreecommitdiff
path: root/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-29 09:16:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-29 09:16:49 +0100
commitb2d3769042cfd3d8ceadaa52f6a5aafabb0d4114 (patch)
tree4fcc91b967ba153d4030d61e10f1b07b53755488 /dev-python/pyrsistent/pyrsistent-0.19.3.ebuild
parent2d3042634af4767714cb90eff3f773ef54afb5ed (diff)
gentoo auto-resync : 29:05:2023 - 09:16:49
Diffstat (limited to 'dev-python/pyrsistent/pyrsistent-0.19.3.ebuild')
-rw-r--r--dev-python/pyrsistent/pyrsistent-0.19.3.ebuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild b/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild
index 82bedd9eff6a..589c00f63923 100644
--- a/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild
@@ -26,15 +26,3 @@ BDEPEND="
"
distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_IGNORE=()
- if [[ ${EPYTHON} == python3.12 ]]; then
- EPYTEST_IGNORE+=(
- # probably a bug in python itself or in hypothesis
- tests/hypothesis_vector_test.py
- )
- fi
-
- epytest
-}