Skip to content

Commit

Permalink
Handle pandas deprecation warning (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jan 23, 2024
1 parent 15e3e2d commit 123d7a7
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 @@ -124,6 +124,7 @@ filterwarnings= [
"ignore:Using deprecated setup.py invocation:UserWarning",
"module:Neither GITHUB_TOKEN nor GITHUB_JWT_TOKEN found:UserWarning",
"module:datetime.datetime.utc:DeprecationWarning",
"ignore:(?s).*Pyarrow will become a required dependency of pandas:DeprecationWarning", # pandas pyarrow (pandas<3.0),
]

[tool.coverage.report]
Expand Down

0 comments on commit 123d7a7

Please sign in to comment.