dev-python/sympy: deselect test failures stemming from deprecations

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44560
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-11-10 03:24:12 +02:00
committed by Sam James
parent f1a11ea992
commit cb3b438efc

View File

@@ -68,6 +68,12 @@ python_test() {
# https://github.com/sympy/sympy/issues/27026
sympy/parsing/tests/test_autolev.py
sympy/parsing/tests/test_latex.py
# Deprecation warnings turned failures
# https://github.com/sympy/sympy/pull/28158
sympy/geometry/tests/test_polygon.py::test_do_poly_distance
sympy/plotting/tests/test_plot.py::test_plot_and_save_6
sympy/integrals/tests/test_integrals.py::test_integrate_poly_definite
)
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1