We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942e647 commit 0d65199Copy full SHA for 0d65199
1 file changed
pyproject.toml
@@ -260,6 +260,7 @@ env = [
260
"PYTHONDEVMODE=1", # https://docs.python.org/3/library/devmode.html
261
]
262
filterwarnings = [
263
+ "error",
264
"always::DeprecationWarning",
265
# https://docs.pytest.org/en/latest/how-to/failures.html#warning-about-unraisable-exceptions-and-unhandled-thread-exceptions
266
"error::pytest.PytestUnraisableExceptionWarning",
0 commit comments