Skip to content

Commit 3db1b22

Browse files
Backport PR #56085 on branch 2.1.x (CI: Ignore EncodingWarnings from numpy) (#56086)
Backport PR #56085: CI: Ignore EncodingWarnings from numpy Co-authored-by: Matthew Roeschke <[email protected]>
1 parent c376149 commit 3db1b22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,8 @@ filterwarnings = [
480480
"error:::pandas",
481481
"error::ResourceWarning",
482482
"error::pytest.PytestUnraisableExceptionWarning",
483+
# TODO(PY311-minimum): Specify EncodingWarning
484+
"ignore:'encoding' argument not specified.::numpy",
483485
"ignore:.*ssl.SSLSocket:pytest.PytestUnraisableExceptionWarning",
484486
"ignore:.*ssl.SSLSocket:ResourceWarning",
485487
# GH 44844: Can remove once minimum matplotlib version >= 3.7

0 commit comments

Comments
 (0)