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