We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ee5df commit 90e734aCopy full SHA for 90e734a
doc/whats-new.rst
@@ -37,6 +37,9 @@ Internal Changes
37
- Removed the internal ``import_seaborn`` function which handled the deprecation of
38
the ``seaborn.apionly`` entry point (:issue:`3747`).
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>`_.
43
44
.. _whats-new.0.15.0:
45
xarray/tests/test_backends.py
@@ -2540,6 +2540,7 @@ def test_open_mfdataset_manyfiles(
2540
2541
2542
@requires_netCDF4
2543
+@requires_dask
2544
def test_open_mfdataset_list_attr():
2545
"""
2546
Case when an attribute of type list differs across the multiple files
0 commit comments