From cb3b438efcda8ecd27806416edff308f355045b2 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 10 Nov 2025 03:24:12 +0200 Subject: [PATCH] dev-python/sympy: deselect test failures stemming from deprecations Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/44560 Signed-off-by: Sam James --- dev-python/sympy/sympy-1.14.0-r1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/sympy/sympy-1.14.0-r1.ebuild b/dev-python/sympy/sympy-1.14.0-r1.ebuild index 85898c2490b69..ee8573a4a12c8 100644 --- a/dev-python/sympy/sympy-1.14.0-r1.ebuild +++ b/dev-python/sympy/sympy-1.14.0-r1.ebuild @@ -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