Skip to content

Commit

Permalink
Add Pyarrow DeprecationWarning to filterwarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cbkerr committed Feb 5, 2024
1 parent 28241ca commit b70c5ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ xfail_strict = true
filterwarnings = [
"error",
"ignore::DeprecationWarning:dateutil.*",
"ignore:\s*Pyarrow will become a required dependency of pandas:DeprecationWarning",
]

[tool.coverage.run]
Expand Down

0 comments on commit b70c5ba

Please sign in to comment.