Skip to content

Commit 653f81d

Browse files
committed
Ignore consolidated metadata warning
1 parent 65e92a4 commit 653f81d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,9 @@ addopts = [
382382
"--durations=10", "-ra", "--strict-config", "--strict-markers",
383383
]
384384
filterwarnings = [
385-
"error"
385+
"error",
386+
# TODO: explicitly filter or catch the warnings below where we expect them to be emitted in the tests
387+
"ignore:Consolidated metadata is currently not part in the Zarr format 3 specification.*:UserWarning",
386388
]
387389
markers = [
388390
"gpu: mark a test as requiring CuPy and GPU"

0 commit comments

Comments
 (0)