Skip to content

Commit 787f72a

Browse files
committed
Ignore some more warnings
1 parent 2d9fd79 commit 787f72a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,9 @@ filterwarnings = [
386386
"error",
387387
# TODO: explicitly filter or catch the warnings below where we expect them to be emitted in the tests
388388
"ignore:Consolidated metadata is currently not part in the Zarr format 3 specification.*:UserWarning",
389+
"ignore:Creating a zarr.buffer.gpu.Buffer with an array that does not support the __cuda_array_interface__.*:UserWarning",
390+
"ignore:Automatic shard shape inference is experimental and may change without notice.*:UserWarning",
391+
"ignore:The codec .* is currently not part in the Zarr format 3 specification.*:UserWarning"
389392
]
390393
markers = [
391394
"gpu: mark a test as requiring CuPy and GPU"

0 commit comments

Comments
 (0)