Skip to content

Commit

Permalink
Configure pytest to ignore array_api warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbar committed Sep 28, 2021
1 parent bb33a1f commit 5ead935
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Expand Up @@ -16,3 +16,5 @@ 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.

0 comments on commit 5ead935

Please sign in to comment.