Skip to content

Commit

Permalink
MNT: ignore pandas pyarrow deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed Jan 23, 2024
1 parent 83e0ac2 commit b4ee5d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ filterwarnings =
# external, attribute removal planned for Python 3.14
# (11/2023)
ignore:.*Attribute s is deprecated and will be removed in Python 3.14.*:DeprecationWarning
# external, new required dependency for Pandas
# (01/2024)
ignore:(?s).*Pyarrow will become a required dependency of pandas.*:DeprecationWarning

0 comments on commit b4ee5d4

Please sign in to comment.