commit: f3ce1ca9d3e3972ee22352f1783f8534e3e7cb86
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 21 14:18:39 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 19:04:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ce1ca9
dev-python/sympy: Update deselected tests for pypy3_10 fix
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sympy/sympy-1.12.ebuild | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/dev-python/sympy/sympy-1.12.ebuild
b/dev-python/sympy/sympy-1.12.ebuild
index 83dca584780b..ed847c87b617 100644
--- a/dev-python/sympy/sympy-1.12.ebuild
+++ b/dev-python/sympy/sympy-1.12.ebuild
@@ -80,10 +80,14 @@ python_test() {
case ${EPYTHON} in
pypy3)
- EPYTEST_DESELECT+=(
- #
https://foss.heptapod.net/pypy/pypy/-/issues/4032
-
sympy/tensor/array/tests/test_array_comprehension.py::test_arraycomprehensionmap
- )
+ if has_version "<dev-python/pypy3_10-exe-7.3.13_p2" ||
+ has_version
"<dev-python/pypy3_10-exe-bin-7.3.13_p2"
+ then
+ EPYTEST_DESELECT+=(
+ #
https://foss.heptapod.net/pypy/pypy/-/issues/4032
+
sympy/tensor/array/tests/test_array_comprehension.py::test_arraycomprehensionmap
+ )
+ fi
;;
esac