sympy/sympy-distutils.patch

11 lines
431 B
Diff

--- a/sympy/testing/runtests.py 2021-09-30 16:23:28.000000000 -0600
+++ b/sympy/testing/runtests.py 2021-10-08 11:27:24.434239376 -0600
@@ -184,6 +184,7 @@ def raise_on_deprecated():
"""
with warnings.catch_warnings():
warnings.filterwarnings('error', '.*', DeprecationWarning, module='sympy.*')
+ warnings.filterwarnings('ignore', '.*', DeprecationWarning, module='sympy.utilities.*')
yield