Skip to content

Commit 28fa741

Browse files
authored
Remove xfails related to SerializeableLock (#8591)
1 parent e6ccedb commit 28fa741

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xarray/tests/test_backends.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,6 @@ def test_pickle(self) -> None:
442442

443443
@pytest.mark.filterwarnings("ignore:deallocating CachingFileManager")
444444
def test_pickle_dataarray(self) -> None:
445-
if not has_dask:
446-
pytest.xfail("pickling requires dask for SerializableLock")
447445
expected = Dataset({"foo": ("x", [42])})
448446
with self.roundtrip(expected, allow_cleanup_failure=ON_WINDOWS) as roundtripped:
449447
with roundtripped:

0 commit comments

Comments
 (0)