commit: 7aadf853f80c7c39314bc8ef7b1081e018437133
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 06:39:45 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 29 07:02:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aadf853
dev-python/pyrsistent: Restore full tests
dev-lang/python-3.12.0_beta1_p1 fixes all the regressions, so run
the full suite again.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyrsistent/pyrsistent-0.19.3.ebuild | 12 ------------
1 file changed, 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
-}