Skip to content

Commit 0354c4a

Browse files
committed
Ignore some more warnings
1 parent 8800e1d commit 0354c4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,11 @@ filterwarnings = [
386386
"ignore:Consolidated metadata is currently not part in the Zarr format 3 specification.*:UserWarning",
387387
"ignore:Creating a zarr.buffer.gpu.Buffer with an array that does not support the __cuda_array_interface__.*:UserWarning",
388388
"ignore:Automatic shard shape inference is experimental and may change without notice.*:UserWarning",
389-
"ignore:The codec .* is currently not part in the Zarr format 3 specification.*:UserWarning"
389+
"ignore:The codec .* is currently not part in the Zarr format 3 specification.*:UserWarning",
390+
"ignore:The dtype .* is currently not part in the Zarr format 3 specification.*:UserWarning",
391+
"ignore:Use zarr.create_array instead.:DeprecationWarning",
392+
"ignore:Duplicate name:.*:UserWarning",
393+
"ignore:The `compressor` argument is deprecated. Use `compressors` instead.:UserWarning"
390394
]
391395
markers = [
392396
"gpu: mark a test as requiring CuPy and GPU"

0 commit comments

Comments
 (0)