diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-11-10 03:24:12 +0200 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-11-12 09:40:33 +0000 |
| commit | cb3b438efcda8ecd27806416edff308f355045b2 (patch) | |
| tree | 42305c9330d24b637d2aa913ee21a07fc4164b30 /dev-python | |
| parent | f1a11ea992ce44df8af936696b896a1bb8cb7307 (diff) | |
| download | gentoo-cb3b438efcda8ecd27806416edff308f355045b2.tar.gz gentoo-cb3b438efcda8ecd27806416edff308f355045b2.tar.bz2 gentoo-cb3b438efcda8ecd27806416edff308f355045b2.zip | |
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>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/sympy/sympy-1.14.0-r1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
