Skip to content

Commit 37c1f9a

Browse files
committed
Add pragma: no cover
1 parent 7b46056 commit 37c1f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/tests/test_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ def test_normalize_store_arg(tmpdir):
25642564
def test_meta_prefix_6853():
25652565

25662566
meta = pathlib.Path(zarr.__file__).resolve().parent.parent / "fixture" / "meta"
2567-
if not meta.exists():
2567+
if not meta.exists(): # pragma: no cover
25682568
s = DirectoryStore(str(meta), dimension_separator=".")
25692569
a = zarr.open(store=s, mode="w", shape=(2, 2), dtype="<i8")
25702570
a[:] = [[1, 2], [3, 4]]

0 commit comments

Comments
 (0)