Skip to content

Commit 11e6aac

Browse files
authored
TST: silence warnings from bottleneck (#2638)
1 parent e95f765 commit 11e6aac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ universal = 1
44
[tool:pytest]
55
python_files=test_*.py
66
testpaths=xarray/tests
7+
# Fixed upstream in https://github.com/kwgoodman/bottleneck/pull/199
8+
filterwarnings =
9+
ignore:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning
710

811
[flake8]
912
max-line-length=79

0 commit comments

Comments
 (0)