diff --git a/setup.cfg b/setup.cfg index a0d4b46c14e..51261be0b36 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,6 +4,9 @@ universal = 1 [tool:pytest] python_files=test_*.py testpaths=xarray/tests +# Fixed upstream in https://github.com/kwgoodman/bottleneck/pull/199 +filterwarnings = + ignore:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning [flake8] max-line-length=79