Skip to content

Commit

Permalink
TST,DEP: Ignore an internal mypy deprecation warning for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 authored and charris committed Oct 6, 2022
1 parent f6f1594 commit dc5caa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Expand Up @@ -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

0 comments on commit dc5caa8

Please sign in to comment.