From fdf35bd188682fcfc002f3fcd374aeb0853db252 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Mon, 22 Jan 2024 09:28:46 -0500 Subject: [PATCH] Ignore irrelevant deprecation warning from pandas --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ad5e5ae90..39bd25055 100644 --- a/tox.ini +++ b/tox.ini @@ -63,6 +63,7 @@ filterwarnings = ignore:`Unit` has been deprecated:DeprecationWarning:humanize ignore:The distutils package is deprecated:DeprecationWarning:joblib ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated.*:DeprecationWarning:dateutil + ignore:\s*Pyarrow will become a required dependency of pandas:DeprecationWarning ignore:.*Value with data type .* is being converted:hdmf.build.warnings.DtypeConversionWarning ignore:.*find_spec\(\) not found:ImportWarning ignore:'cgi' is deprecated:DeprecationWarning:botocore