diff --git a/pytest.ini b/pytest.ini index f1c49d0ff33..29ec1d1a4fc 100644 --- a/pytest.ini +++ b/pytest.ini @@ -25,3 +25,5 @@ filterwarnings = # Ignore DeprecationWarnings from distutils ignore::DeprecationWarning:.*distutils ignore:\n\n `numpy.distutils`:DeprecationWarning +# Ignore mypy >= 0.971 DeprecationWarnings + ignore:path is deprecated\. Use files\(\) instead:DeprecationWarning:mypy