We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95f765 commit 11e6aacCopy full SHA for 11e6aac
setup.cfg
@@ -4,6 +4,9 @@ universal = 1
4
[tool:pytest]
5
python_files=test_*.py
6
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
10
11
[flake8]
12
max-line-length=79
0 commit comments