Skip to content

Commit d8c37a9

Browse files
Remove test skip (pydata#10523)
1 parent 3074394 commit d8c37a9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

xarray/tests/test_backends.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3647,10 +3647,6 @@ def test_append(self) -> None:
36473647
)
36483648

36493649
@requires_dask
3650-
@pytest.mark.skipif(
3651-
sys.version_info < (3, 11),
3652-
reason="zarr too old",
3653-
)
36543650
def test_region_write(self) -> None:
36553651
ds = Dataset({"foo": ("x", [1, 2, 3])}, coords={"x": [1, 2, 3]}).chunk()
36563652
with self.create_zarr_target() as store:

0 commit comments

Comments
 (0)