Skip to content

Commit

Permalink
Set filterwarnings to error for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Aug 22, 2022
1 parent da03cac commit e0336b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ convention = numpy
[tool:pytest]
python_files=test*.py
testpaths=tests
filterwarnings=
error:::aesara
error:::aeppl
error:::aemcmc
error:::aehmc

[coverage:run]
omit =
Expand Down

0 comments on commit e0336b6

Please sign in to comment.