commit: 624fa8cd1254dc57edc812345861b073fab511c1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 26 10:46:05 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 26 10:46:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624fa8cd
dev-python/pydantic-core: Remove obsolete deselects for PyPy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pydantic-core/pydantic-core-2.37.1.ebuild | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/dev-python/pydantic-core/pydantic-core-2.37.1.ebuild
b/dev-python/pydantic-core/pydantic-core-2.37.1.ebuild
index 58de4ed76beb..ef283416a1f2 100644
--- a/dev-python/pydantic-core/pydantic-core-2.37.1.ebuild
+++ b/dev-python/pydantic-core/pydantic-core-2.37.1.ebuild
@@ -164,20 +164,6 @@ python_test() {
tests/serializers/test_functions.py::test_recursive_call
)
- case ${EPYTHON} in
- pypy3.11)
- EPYTEST_DESELECT+=(
- # different repr() in exception
- # https://github.com/pypy/pypy/issues/5220
-
tests/validators/test_arguments.py::test_error_display
-
tests/validators/test_definitions_recursive.py::test_error_inside_definition_wrapper
-
tests/validators/test_string.py::test_invalid_regex
-
tests/validators/test_string.py::test_backtracking_regex_rust_unsupported
-
tests/validators/test_union.py::test_empty_choices
- )
- ;;
- esac
-
rm -rf pydantic_core || die
# tests link to libpython, so they fail to link on pypy3
[[ ${EPYTHON} != pypy3* ]] && cargo_src_test