Skip to content

Commit 4d22468

Browse files
max-sixtyshoyer
authored andcommitted
Silence Zarr v3 warnings (pydata#10731)
responsibel for 1400 / 1440 warnings; and don't think there's much we can do about them
1 parent 190e962 commit 4d22468

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@ filterwarnings = [
363363
"default:Zarr-Python is not in alignment with the final V3 specification",
364364
# TODO: this is raised for vlen-utf8, consolidated metadata, U1 dtype
365365
"default:is currently not part .* the Zarr version 3 specification.",
366+
# Zarr V3 data type specifications warnings - very repetitive
367+
"ignore:The data type .* does not have a Zarr V3 specification",
368+
"ignore:Consolidated metadata is currently not part",
366369
# TODO: remove once we know how to deal with a changed signature in protocols
367370
"default:::xarray.tests.test_strategies",
368371
]

0 commit comments

Comments
 (0)