Skip to content

Commit

Permalink
Adjust warnings config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Oct 31, 2022
1 parent db1b214 commit 19d505e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pytest.ini
@@ -1,2 +1,7 @@
[pytest]
addopts = -ra -v --pyargs pytest_trio --verbose --cov
filterwarnings =
error
default::pytest.PytestAssertRewriteWarning
default::pytest.PytestDeprecationWarning
default::pytest.PytestUnraisableExceptionWarning

0 comments on commit 19d505e

Please sign in to comment.