Skip to content

Commit

Permalink
pytest temporarily filter xarray drop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Dec 18, 2019
1 parent 4ee4be9 commit a8c2b59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[tool:pytest]
filterwarnings =
# TODO: wait for xarray min version supported >=0.14.1
ignore:dropping variables using `drop` will be deprecated; using drop_vars is encouraged

[flake8]
ignore =
# whitespace before ':' - doesn't work well with black
Expand Down

0 comments on commit a8c2b59

Please sign in to comment.