Skip to content

Commit bcd3492

Browse files
authored
CI/TST: Ignore flaky BufferedRandom ResourceWarning from matplotlib (#52985)
1 parent 37e9e06 commit bcd3492

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,9 @@ filterwarnings = [
433433
"error::pytest.PytestUnraisableExceptionWarning",
434434
"ignore:.*ssl.SSLSocket:pytest.PytestUnraisableExceptionWarning",
435435
"ignore:.*ssl.SSLSocket:ResourceWarning",
436+
# GH 44844: Can remove once minimum matplotlib version >= 3.7
437+
"ignore:.*FileIO:pytest.PytestUnraisableExceptionWarning",
438+
"ignore:.*BufferedRandom:ResourceWarning",
436439
"ignore::ResourceWarning:asyncio",
437440
# From plotting doctests
438441
"ignore:More than 20 figures have been opened:RuntimeWarning",

0 commit comments

Comments
 (0)