Skip to content

Commit

Permalink
CI: Ignore EncodingWarnings from numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Nov 20, 2023
1 parent d5e97d0 commit 8ddd4dc
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 @@ -486,6 +486,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 8ddd4dc

Please sign in to comment.