From dc5caa8db0b92671ef35c57ea8c7a8fc5d914ebe Mon Sep 17 00:00:00 2001 From: BvB93 <43369155+BvB93@users.noreply.github.com> Date: Fri, 30 Sep 2022 21:53:02 +0200 Subject: [PATCH] TST,DEP: Ignore an internal mypy deprecation warning for python 3.11 --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) 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