File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -403,12 +403,11 @@ filterwarnings = [
403403 " ignore:Creating a zarr.buffer.gpu.Buffer with an array that does not support the __cuda_array_interface__.*:UserWarning" ,
404404 " ignore:Automatic shard shape inference is experimental and may change without notice.*:UserWarning" ,
405405 " ignore:The codec .* is currently not part in the Zarr format 3 specification.*:UserWarning" ,
406- " ignore:The dtype .* is currently not part in the Zarr format 3 specification.*:UserWarning" ,
407406 " ignore:Use zarr.create_array instead.:DeprecationWarning" ,
408407 " ignore:Duplicate name.*:UserWarning" ,
409408 " ignore:The `compressor` argument is deprecated. Use `compressors` instead.:UserWarning" ,
410409 " ignore:Numcodecs codecs are not in the Zarr version 3 specification and may not be supported by other zarr implementations.:UserWarning" ,
411-
410+ " ignore:Unclosed client session <aiohttp.client.ClientSessionResourceWarning.*:ResourceWarning "
412411]
413412markers = [
414413 " gpu: mark a test as requiring CuPy and GPU" ,
You can’t perform that action at this time.
0 commit comments