From 9e215991a8cdbdaab0688c5c7590903f630b68ef Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 23 Jan 2024 14:26:18 +0000 Subject: [PATCH] Filter pandas pyarrow warning (#316) --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 70f63520..5562ab90 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