From b7d003cb1f657973f26ba7f55cfbaf1797c0bc6c Mon Sep 17 00:00:00 2001 From: terraputix Date: Thu, 19 Feb 2026 13:07:27 +0100 Subject: [PATCH] fix: avoid deprecation warning in test_codecs.py --- tests/test_codecs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_codecs.py b/tests/test_codecs.py index 3754e3f1..22155a31 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