Skip to content

Commit

Permalink
Avoid running test_open_mfdataset_list_attr without dask (#3780)
Browse files Browse the repository at this point in the history
Fixes GH-3777.
  • Loading branch information
ArchangeGabriel authored Feb 19, 2020
1 parent 52ee5df commit 90e734a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Internal Changes
- Removed the internal ``import_seaborn`` function which handled the deprecation of
the ``seaborn.apionly`` entry point (:issue:`3747`).
By `Mathias Hauser <https://github.com/mathause>`_.
- Changed test_open_mfdataset_list_attr to only run with dask installed
(:issue:`3777`, :pull:`3780`).
By `Bruno Pagani <https://github.com/ArchangeGabriel>`_.

.. _whats-new.0.15.0:

Expand Down
1 change: 1 addition & 0 deletions xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -2540,6 +2540,7 @@ def test_open_mfdataset_manyfiles(


@requires_netCDF4
@requires_dask
def test_open_mfdataset_list_attr():
"""
Case when an attribute of type list differs across the multiple files
Expand Down

0 comments on commit 90e734a

Please sign in to comment.