Skip to content

Commit e42d2b0

Browse files
committed
Add pytest.PytestCacheWarning
1 parent 91e6c86 commit e42d2b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ filterwarnings = [
460460
"error::pytest.PytestWarning",
461461
# e.g. Module already imported so cannot be rewritten; _hypothesis_globals
462462
"ignore::pytest.PytestAssertRewriteWarning",
463+
"ignore::pytest.PytestCacheWarning",
463464
# TODO(PY311-minimum): Specify EncodingWarning
464465
# Ignore 3rd party EncodingWarning but raise on pandas'
465466
"ignore:.*encoding.* argument not specified",

0 commit comments

Comments
 (0)