Skip to content

Commit

Permalink
Merge pull request #20613 from charris/backport-20604
Browse files Browse the repository at this point in the history
DEV: add a warningfilter to fix pytest workflow.
  • Loading branch information
charris committed Dec 17, 2021
2 parents f6bcca4 + 10f0878 commit 8c04d2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytest.ini
Expand Up @@ -16,3 +16,7 @@ filterwarnings =
ignore:Importing from numpy.matlib is
# pytest warning when using PYTHONOPTIMIZE
ignore:assertions not in test modules or plugins:pytest.PytestConfigWarning
# TODO: remove below when array_api user warning is removed
ignore:The numpy.array_api submodule is still experimental. See NEP 47.
# Ignore DeprecationWarnings from distutils
ignore::DeprecationWarning:.*distutils

0 comments on commit 8c04d2a

Please sign in to comment.