Skip to content

Commit

Permalink
DEV: add warnings filter to pytest conf.
Browse files Browse the repository at this point in the history
Ignore the distutils deprecation warning.
  • Loading branch information
rossbar committed Feb 18, 2022
1 parent 1168868 commit 8b7b336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ filterwarnings =
ignore:Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.:UserWarning
# Ignore DeprecationWarnings from distutils
ignore::DeprecationWarning:.*distutils
ignore:\n\n `numpy.distutils`:DeprecationWarning

0 comments on commit 8b7b336

Please sign in to comment.