Skip to content

Commit

Permalink
remove requires dask
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Jan 5, 2024
1 parent 2246a34 commit b510d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -5335,8 +5335,8 @@ def test_raise_writing_to_nczarr(self, mode) -> None:


@requires_netCDF4
@requires_dask
def test_pickle_open_mfdataset_dataset():
# requires dask only if `parallel=True`
with open_example_mfdataset(["bears.nc"]) as ds:

Check failure on line 5340 in xarray/tests/test_backends.py

View workflow job for this annotation

GitHub Actions / ubuntu-latest py3.10 all-but-dask

test_pickle_open_mfdataset_dataset ValueError: unrecognized chunk manager dask - must be one of: []
assert_identical(ds, pickle.loads(pickle.dumps(ds)))

Expand Down

0 comments on commit b510d2c

Please sign in to comment.