Skip to content

Commit 75ece04

Browse files
committed
Ignore unclosed client sessions
1 parent 3840f90 commit 75ece04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
]
413412
markers = [
414413
"gpu: mark a test as requiring CuPy and GPU",

0 commit comments

Comments
 (0)