Skip to content

Commit 5ead935

Browse files
committed
Configure pytest to ignore array_api warnings.
1 parent bb33a1f commit 5ead935

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ filterwarnings =
1616
ignore:Importing from numpy.matlib is
1717
# pytest warning when using PYTHONOPTIMIZE
1818
ignore:assertions not in test modules or plugins:pytest.PytestConfigWarning
19+
# TODO: remove below when array_api user warning is removed
20+
ignore:The numpy.array_api submodule is still experimental. See NEP 47.

0 commit comments

Comments
 (0)