We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d0d4d commit b38ada1Copy full SHA for b38ada1
tests/test_store/test_object.py
@@ -1,3 +1,8 @@
1
+# ruff: noqa: E402
2
+import pytest
3
+
4
+pytest.importorskip("obstore")
5
6
from zarr.core.buffer import cpu
7
from zarr.storage.object_store import ObjectStore
8
from zarr.testing.store import StoreTests
0 commit comments