Skip to content

Commit acf5d7d

Browse files
authored
CI: Ignore EncodingWarnings from numpy (#56085)
1 parent be08de8 commit acf5d7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@ filterwarnings = [
486486
"error:::pandas",
487487
"error::ResourceWarning",
488488
"error::pytest.PytestUnraisableExceptionWarning",
489+
# TODO(PY311-minimum): Specify EncodingWarning
490+
"ignore:'encoding' argument not specified.::numpy",
489491
"ignore:.*ssl.SSLSocket:pytest.PytestUnraisableExceptionWarning",
490492
"ignore:.*ssl.SSLSocket:ResourceWarning",
491493
# GH 44844: Can remove once minimum matplotlib version >= 3.7

0 commit comments

Comments
 (0)