We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e9e06 commit bcd3492Copy full SHA for bcd3492
pyproject.toml
@@ -433,6 +433,9 @@ filterwarnings = [
433
"error::pytest.PytestUnraisableExceptionWarning",
434
"ignore:.*ssl.SSLSocket:pytest.PytestUnraisableExceptionWarning",
435
"ignore:.*ssl.SSLSocket:ResourceWarning",
436
+ # GH 44844: Can remove once minimum matplotlib version >= 3.7
437
+ "ignore:.*FileIO:pytest.PytestUnraisableExceptionWarning",
438
+ "ignore:.*BufferedRandom:ResourceWarning",
439
"ignore::ResourceWarning:asyncio",
440
# From plotting doctests
441
"ignore:More than 20 figures have been opened:RuntimeWarning",
0 commit comments