From 2246a3483d30b588a75db2dcbaeb4d0e1d1ead72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20M=C3=BChlbauer?= Date: Fri, 5 Jan 2024 07:43:30 +0100 Subject: [PATCH] remove xfail in succession of #8571 --- xarray/tests/test_backends.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/xarray/tests/test_backends.py b/xarray/tests/test_backends.py index dac241834d1..104b6d0867d 100644 --- a/xarray/tests/test_backends.py +++ b/xarray/tests/test_backends.py @@ -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: