Skip to content

Commit 91d8790

Browse files
committed
fix
1 parent 67d694e commit 91d8790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ filterwarnings = [
408408
"error",
409409
"ignore:Unclosed client session <aiohttp.client.ClientSession.*:ResourceWarning",
410410
"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"
411+
"ignore:Array.chunks is deprecated and will be removed in a future version.*:FutureWarning",
412412
# s3fs finalizers can fail during session cleanup when aiobotocore sessions are garbage
413413
# collected without being entered. This is a known issue in s3fs/aiobotocore, and pytest
414414
# per-test filterwarnings markers can't catch it (https://github.com/pytest-dev/pytest/issues/14096).

0 commit comments

Comments
 (0)