commit: ccb5ae8502da6b4f38d0bf365dde9b9ce4345eea
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 05:48:16 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 31 05:48:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb5ae85
dev-python/hypothesis: drop a deselected test for 3.12
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/hypothesis/hypothesis-6.75.6.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-python/hypothesis/hypothesis-6.75.6.ebuild
b/dev-python/hypothesis/hypothesis-6.75.6.ebuild
index fbe4b4700be8..28d34a6c37f2 100644
--- a/dev-python/hypothesis/hypothesis-6.75.6.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.75.6.ebuild
@@ -67,12 +67,10 @@ python_test() {
)
fi
if [[ ${EPYTHON} == python3.12 ]]; then
- # cpython bug: https://github.com/python/cpython/issues/105042
EPYTEST_DESELECT+=(
hypothesis-python/tests/cover/test_lookup.py
hypothesis-python/tests/cover/test_type_lookup.py
hypothesis-python/tests/cover/test_type_lookup_forward_ref.py
-
hypothesis-python/tests/quality/test_discovery_ability.py::test_one_of_flattens_filter_branches_{1..3}
)
fi