Skip to content

Commit 6fbe63e

Browse files
committed
Adjust warnings config
1 parent 648f9e9 commit 6fbe63e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pytest.ini

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
[pytest]
22
addopts = -ra -v --pyargs pytest_trio --verbose --cov
3+
filterwarnings =
4+
error
5+
default::pytest.PytestAssertRewriteWarning
6+
default::pytest.PytestDeprecationWarning
7+
default::pytest.PytestUnraisableExceptionWarning

0 commit comments

Comments
 (0)