We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be08de8 commit acf5d7dCopy full SHA for acf5d7d
pyproject.toml
@@ -486,6 +486,8 @@ filterwarnings = [
486
"error:::pandas",
487
"error::ResourceWarning",
488
"error::pytest.PytestUnraisableExceptionWarning",
489
+ # TODO(PY311-minimum): Specify EncodingWarning
490
+ "ignore:'encoding' argument not specified.::numpy",
491
"ignore:.*ssl.SSLSocket:pytest.PytestUnraisableExceptionWarning",
492
"ignore:.*ssl.SSLSocket:ResourceWarning",
493
# GH 44844: Can remove once minimum matplotlib version >= 3.7
0 commit comments