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 c376149 commit 3db1b22Copy full SHA for 3db1b22
pyproject.toml
@@ -480,6 +480,8 @@ filterwarnings = [
480
"error:::pandas",
481
"error::ResourceWarning",
482
"error::pytest.PytestUnraisableExceptionWarning",
483
+ # TODO(PY311-minimum): Specify EncodingWarning
484
+ "ignore:'encoding' argument not specified.::numpy",
485
"ignore:.*ssl.SSLSocket:pytest.PytestUnraisableExceptionWarning",
486
"ignore:.*ssl.SSLSocket:ResourceWarning",
487
# GH 44844: Can remove once minimum matplotlib version >= 3.7
0 commit comments