On Fri, 27 Feb 2026 00:56:06 +0000 Santiago Vila <[email protected]> wrote: > FAILED ../../../sympy/geometry/tests/test_polygon.py::test_do_poly_distance > FAILED > ../../../sympy/integrals/tests/test_integrals.py::test_integrate_poly_definite > FAILED ../../../sympy/plotting/tests/test_plot.py::test_plot_and_save_6[True] > FAILED ../../../sympy/plotting/tests/test_plot.py::test_plot_and_save_6[False]
Real issue is here. I don't think warnings will trigger a faulure of the CI. It's a bug in the SymPy test suite, expecting just one warning in code, which might issue several due to some dependencies (like matplotlib). Solution explained here: https://github.com/mpmath/mpmath/issues/704#issuecomment-3977044451

