7037317356
- Drop theano support due to incompatibility with the Fedora version. - Add -tests, -distutils, -gmpy2-mpq, and -rational-exponent patches to work around test failures.
11 lines
431 B
Diff
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
|
|
|
|
|