Skip to content

Commit b510d2c

Browse files
committed
remove requires dask
1 parent 2246a34 commit b510d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/tests/test_backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5335,8 +5335,8 @@ def test_raise_writing_to_nczarr(self, mode) -> None:
53355335

53365336

53375337
@requires_netCDF4
5338-
@requires_dask
53395338
def test_pickle_open_mfdataset_dataset():
5339+
# requires dask only if `parallel=True`
53405340
with open_example_mfdataset(["bears.nc"]) as ds:
53415341
assert_identical(ds, pickle.loads(pickle.dumps(ds)))
53425342

0 commit comments

Comments
 (0)