Skip to content

Commit 90e734a

Browse files
Avoid running test_open_mfdataset_list_attr without dask (#3780)
Fixes GH-3777.
1 parent 52ee5df commit 90e734a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/whats-new.rst

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Internal Changes
3737
- Removed the internal ``import_seaborn`` function which handled the deprecation of
3838
the ``seaborn.apionly`` entry point (:issue:`3747`).
3939
By `Mathias Hauser <https://github.com/mathause>`_.
40+
- Changed test_open_mfdataset_list_attr to only run with dask installed
41+
(:issue:`3777`, :pull:`3780`).
42+
By `Bruno Pagani <https://github.com/ArchangeGabriel>`_.
4043

4144
.. _whats-new.0.15.0:
4245

xarray/tests/test_backends.py

+1
Original file line numberDiff line numberDiff line change
@@ -2540,6 +2540,7 @@ def test_open_mfdataset_manyfiles(
25402540

25412541

25422542
@requires_netCDF4
2543+
@requires_dask
25432544
def test_open_mfdataset_list_attr():
25442545
"""
25452546
Case when an attribute of type list differs across the multiple files

0 commit comments

Comments
 (0)