diff --git a/pytest.ini b/pytest.ini index abb8ea0ac..b95e914d0 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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