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 277ecfb commit 9ca5e9bCopy full SHA for 9ca5e9b
pyproject.toml
@@ -235,3 +235,8 @@ testpaths = [
235
env = [
236
"PYTHONWARNINGS=always::DeprecationWarning",
237
]
238
+filterwarnings = [
239
+ # https://docs.pytest.org/en/latest/how-to/failures.html#warning-about-unraisable-exceptions-and-unhandled-thread-exceptions
240
+ "error::pytest.PytestUnraisableExceptionWarning",
241
+ "error::pytest.PytestUnhandledThreadExceptionWarning",
242
+]
0 commit comments