team-10/env/Lib/site-packages/sympy/testing/tests/test_deprecated.py
2025-08-02 07:34:44 +02:00

5 lines
183 B
Python

from sympy.testing.pytest import warns_deprecated_sympy
def test_deprecated_testing_randtest():
with warns_deprecated_sympy():
import sympy.testing.randtest # noqa:F401