From 8545c6de49595c6d2688d2d1c9ecd10498df5ec4 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 23 Jan 2024 13:21:53 +0000 Subject: [PATCH] Filter pandas pyarrow warning --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 70f635209..5562ab908 100644 --- a/setup.cfg +++ b/setup.cfg @@ -131,7 +131,8 @@ filterwarnings = ignore:Subclassing validator classes is not intended to be part of their public API # Ignore warning so gwcs 0.18.3 can load ignore:Converter handles multiple tags for this extension:asdf.exceptions.AsdfWarning - + # https://github.com/pandas-dev/pandas/issues/54466 + ignore:\nPyarrow will become a required dependency of pandas in the next major release of pandas:DeprecationWarning [flake8] exclude = extern,sphinx,*parsetab.py,conftest.py,docs/conf.py,setup.py,__init__.py max-line-length = 100