Skip to content

Commit

Permalink
remove xfail in succession of pydata#8571
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Jan 5, 2024
1 parent e6ccedb commit 2246a34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,6 @@ def test_pickle(self) -> None:

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

0 comments on commit 2246a34

Please sign in to comment.