Skip to content

Commit b38ada1

Browse files
committed
import or skip
1 parent d5d0d4d commit b38ada1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_store/test_object.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# ruff: noqa: E402
2+
import pytest
3+
4+
pytest.importorskip("obstore")
5+
16
from zarr.core.buffer import cpu
27
from zarr.storage.object_store import ObjectStore
38
from zarr.testing.store import StoreTests

0 commit comments

Comments
 (0)