Skip to content

Commit 869fb60

Browse files
committed
another skip
1 parent e91ba57 commit 869fb60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pydantic_zarr/test_v2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ def test_array_like() -> None:
594594

595595

596596
def test_array_like_with_zarr() -> None:
597+
zarr = pytest.importorskip("zarr")
597598
arr = ArraySpec(shape=(1,), dtype="uint8", chunks=(1,), attributes={})
598599
store = zarr.storage.MemoryStore()
599600
arr_stored = arr.to_zarr(store, path="arr")

0 commit comments

Comments
 (0)