Skip to content

Commit 4f29843

Browse files
added pytest.ini, added config to fail uncaught warnings
1 parent 831a894 commit 4f29843

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pytest.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[pytest]
2+
filterwarnings =
3+
error
4+
ignore:.*?(\b(pkg_resources\.declare_namespace)\b).*:DeprecationWarning
5+
ignore::UserWarning:arviz.data.inference_data

0 commit comments

Comments
 (0)