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 93d804a commit 769d02fCopy full SHA for 769d02f
pyproject.toml
@@ -458,6 +458,8 @@ filterwarnings = [
458
"error::ResourceWarning",
459
"error::pytest.PytestUnraisableExceptionWarning",
460
"error::pytest.PytestWarning",
461
+ # e.g. Module already imported so cannot be rewritten; _hypothesis_globals
462
+ "ignore::pytest.PytestAssertRewriteWarning",
463
# TODO(PY311-minimum): Specify EncodingWarning
464
# Ignore 3rd party EncodingWarning but raise on pandas'
465
"ignore:.*encoding.* argument not specified",
0 commit comments