Skip to content

Commit

Permalink
Backport PR #56085: CI: Ignore EncodingWarnings from numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke authored and meeseeksmachine committed Nov 20, 2023
1 parent c376149 commit b5b5be6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,8 @@ filterwarnings = [
"error:::pandas",
"error::ResourceWarning",
"error::pytest.PytestUnraisableExceptionWarning",
# TODO(PY311-minimum): Specify EncodingWarning
"ignore:'encoding' argument not specified.::numpy",
"ignore:.*ssl.SSLSocket:pytest.PytestUnraisableExceptionWarning",
"ignore:.*ssl.SSLSocket:ResourceWarning",
# GH 44844: Can remove once minimum matplotlib version >= 3.7
Expand Down

0 comments on commit b5b5be6

Please sign in to comment.