We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6a90f commit e94b92cCopy full SHA for e94b92c
pyproject.toml
@@ -408,7 +408,7 @@ filterwarnings = [
408
"ignore:Duplicate name.*:UserWarning",
409
"ignore:The `compressor` argument is deprecated. Use `compressors` instead.:UserWarning",
410
"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"
+ "ignore:Unclosed client session <aiohttp.client.ClientSession.*:ResourceWarning"
412
]
413
markers = [
414
"gpu: mark a test as requiring CuPy and GPU",
0 commit comments