diff --git a/tests/test_codecs.py b/tests/test_codecs.py index 3754e3f..22155a3 100644 --- a/tests/test_codecs.py +++ b/tests/test_codecs.py @@ -3,8 +3,8 @@ import numpy as np import pytest +# skip test if numcodecs.zarr3 cannot be imported pytest.importorskip("numcodecs.zarr3") -from numcodecs.zarr3 import Delta from omfiles._zarr3 import PforCodec, PforSerializer from zarr import create_array from zarr.abc.store import Store