commit: cb3b438efcda8ecd27806416edff308f355045b2 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Mon Nov 10 01:24:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 12 09:40:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3b438e
dev-python/sympy: deselect test failures stemming from deprecations Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44560 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 85898c2490b6..ee8573a4a12c 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
