We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ea3cf commit 3c9d042Copy full SHA for 3c9d042
pytest.ini
@@ -1,7 +1,8 @@
1
[pytest]
2
filterwarnings =
3
- ignore::FutureWarning
4
- ignore::PendingDeprecationWarning
5
- ignore::DeprecationWarning
+ error
+; ignore::FutureWarning
+; ignore::PendingDeprecationWarning
6
+; ignore::DeprecationWarning
7
norecursedirs = *
8
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
0 commit comments