Skip to content

Commit 96747f4

Browse files
committed
Fix warning ignore
1 parent 9ea916f commit 96747f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/tests/test_zarr3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
pytest.mark.skipif(zarr.__version__ < "3.0.0", reason="zarr 3.0.0 or later is required"),
1212
pytest.mark.filterwarnings("ignore:Codec 'numcodecs.*' not configured in config.*:UserWarning"),
1313
pytest.mark.filterwarnings(
14-
"Numcodecs codecs are not in the Zarr version 3 specification and may not be supported by other zarr implementations."
14+
"ignore:Numcodecs codecs are not in the Zarr version 3 specification and may not be supported by other zarr implementations."
1515
),
1616
]
1717

0 commit comments

Comments
 (0)