From 27dedbf299ca4654ccf48666dbd06904c1469bde Mon Sep 17 00:00:00 2001 From: theOehrly <23384863+theOehrly@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:07:32 +0100 Subject: [PATCH] TEMP: silence pandas warning until pandas 2.2.1/until they are properly fixed --- pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) 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