Skip to content

Commit

Permalink
TEMP: silence pandas warning until pandas 2.2.1/until they are proper…
Browse files Browse the repository at this point in the history
…ly fixed
  • Loading branch information
theOehrly committed Feb 4, 2024
1 parent ebcd52e commit 27dedbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ filterwarnings =
# external, new required dependency for Pandas
# (01/2024)
ignore:(?s).*Pyarrow will become a required dependency of pandas.*:DeprecationWarning
# TODO: temp, should be resolved with pandas 2.2.1
ignore:Passing a (Single)?BlockManager to.*:DeprecationWarning
# TODO: temp, needs to be actually fixed before pandas 3.0.0
ignore:A value is trying to be set on a copy of.*:FutureWarning

0 comments on commit 27dedbf

Please sign in to comment.