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 e6ccedb commit 28fa741Copy full SHA for 28fa741
xarray/tests/test_backends.py
@@ -442,8 +442,6 @@ def test_pickle(self) -> None:
442
443
@pytest.mark.filterwarnings("ignore:deallocating CachingFileManager")
444
def test_pickle_dataarray(self) -> None:
445
- if not has_dask:
446
- pytest.xfail("pickling requires dask for SerializableLock")
447
expected = Dataset({"foo": ("x", [42])})
448
with self.roundtrip(expected, allow_cleanup_failure=ON_WINDOWS) as roundtripped:
449
with roundtripped:
0 commit comments