Skip to content

Commit 64cd14a

Browse files
committed
BUG: Skip OME-Zarr 0.5 tensorstore tests with zarr-python < 3
1 parent 62d1859 commit 64cd14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_to_ngff_zarr_rfc2_zarr_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
zarr_version = version.parse(zarr.__version__)
1414

1515
# Skip tests if zarr version is less than 3.0.0b1
16-
pytest.mark.skipif(
16+
pytestmark = pytest.mark.skipif(
1717
zarr_version < version.parse("3.0.0b1"), reason="zarr version < 3.0.0b1"
1818
)
1919

0 commit comments

Comments
 (0)