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 62d1859 commit 64cd14aCopy full SHA for 64cd14a
test/test_to_ngff_zarr_rfc2_zarr_v3.py
@@ -13,7 +13,7 @@
13
zarr_version = version.parse(zarr.__version__)
14
15
# Skip tests if zarr version is less than 3.0.0b1
16
-pytest.mark.skipif(
+pytestmark = pytest.mark.skipif(
17
zarr_version < version.parse("3.0.0b1"), reason="zarr version < 3.0.0b1"
18
)
19
0 commit comments