File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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]
391395markers = [
392396 " gpu: mark a test as requiring CuPy and GPU"
You can’t perform that action at this time.
0 commit comments