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