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 63fdd91 commit 51fcbbeCopy full SHA for 51fcbbe
numcodecs/tests/test_zarr3.py
@@ -3,10 +3,10 @@
3
import numpy as np
4
import pytest
5
6
-import numcodecs.zarr3
7
-
8
zarr = pytest.importorskip("zarr")
9
+import numcodecs.zarr3 # noqa: E402
+
10
pytestmark = [
11
pytest.mark.skipif(zarr.__version__ < "3.0.0", reason="zarr 3.0.0 or later is required"),
12
pytest.mark.filterwarnings("ignore:Codec 'numcodecs.*' not configured in config.*:UserWarning"),
0 commit comments