Skip to content

Commit 84d2aa5

Browse files
committed
Always make warnings errors in the tests
We might need to remove this if we ever test things that NumPy raises warnings for.
1 parent 4d3ff6c commit 84d2aa5

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
@@ -0,0 +1,2 @@
1+
[pytest]
2+
filterwarnings = error

0 commit comments

Comments
 (0)