Skip to content

Commit e0336b6

Browse files
Set filterwarnings to error for testing
1 parent da03cac commit e0336b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: setup.cfg

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ convention = numpy
1616
[tool:pytest]
1717
python_files=test*.py
1818
testpaths=tests
19+
filterwarnings=
20+
error:::aesara
21+
error:::aeppl
22+
error:::aemcmc
23+
error:::aehmc
1924

2025
[coverage:run]
2126
omit =

0 commit comments

Comments
 (0)