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 9ea916f commit 96747f4Copy full SHA for 96747f4
numcodecs/tests/test_zarr3.py
@@ -11,7 +11,7 @@
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"),
13
pytest.mark.filterwarnings(
14
- "Numcodecs codecs are not in the Zarr version 3 specification and may not be supported by other zarr implementations."
+ "ignore:Numcodecs codecs are not in the Zarr version 3 specification and may not be supported by other zarr implementations."
15
),
16
]
17
0 commit comments