Skip to content

Commit e94b92c

Browse files
committed
Make client session filter better
1 parent 0b6a90f commit e94b92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ filterwarnings = [
408408
"ignore:Duplicate name.*:UserWarning",
409409
"ignore:The `compressor` argument is deprecated. Use `compressors` instead.:UserWarning",
410410
"ignore:Numcodecs codecs are not in the Zarr version 3 specification and may not be supported by other zarr implementations.:UserWarning",
411-
"ignore:Unclosed client session <aiohttp.client.ClientSessionResourceWarning.*:ResourceWarning"
411+
"ignore:Unclosed client session <aiohttp.client.ClientSession.*:ResourceWarning"
412412
]
413413
markers = [
414414
"gpu: mark a test as requiring CuPy and GPU",

0 commit comments

Comments
 (0)