jamtur01's picture
Upload folder using huggingface_hub
9c6594c verified
raw
history blame contribute delete
183 Bytes
from sympy.testing.pytest import warns_deprecated_sympy
def test_deprecated_testing_randtest():
with warns_deprecated_sympy():
import sympy.testing.randtest # noqa:F401