File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ Internal Changes
37
37
- Removed the internal ``import_seaborn `` function which handled the deprecation of
38
38
the ``seaborn.apionly `` entry point (:issue: `3747 `).
39
39
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 >`_.
40
43
41
44
.. _whats-new.0.15.0 :
42
45
Original file line number Diff line number Diff line change @@ -2540,6 +2540,7 @@ def test_open_mfdataset_manyfiles(
2540
2540
2541
2541
2542
2542
@requires_netCDF4
2543
+ @requires_dask
2543
2544
def test_open_mfdataset_list_attr ():
2544
2545
"""
2545
2546
Case when an attribute of type list differs across the multiple files
You can’t perform that action at this time.
0 commit comments