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 67d694e commit 91d8790Copy full SHA for 91d8790
1 file changed
pyproject.toml
@@ -408,7 +408,7 @@ filterwarnings = [
408
"error",
409
"ignore:Unclosed client session <aiohttp.client.ClientSession.*:ResourceWarning",
410
"ignore:Numcodecs codecs are not in the Zarr version 3 specification.*:UserWarning",
411
- "ignore:Array.chunks is deprecated and will be removed in a future version.*:FutureWarning"
+ "ignore:Array.chunks is deprecated and will be removed in a future version.*:FutureWarning",
412
# s3fs finalizers can fail during session cleanup when aiobotocore sessions are garbage
413
# collected without being entered. This is a known issue in s3fs/aiobotocore, and pytest
414
# per-test filterwarnings markers can't catch it (https://github.com/pytest-dev/pytest/issues/14096).
0 commit comments