Skip to content

Commit 15a1df5

Browse files
committed
Fix pytest.skip() message: compressor fails with dask
1 parent f277c32 commit 15a1df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def test_write_image_compressed(self, array_constructor, format_version):
341341
# skip test - can't get this to pass. Fails with:
342342
# ValueError: compressor cannot be used for arrays with zarr_format 3.
343343
# Use bytes-to-bytes codecs instead.
344-
pytest.skip("Dask arrays not supported with zarr v3")
344+
pytest.skip("storage_options['compressor'] fails in da.to_zarr()")
345345
else:
346346
compressor = Blosc(cname=CNAME, clevel=LEVEL, shuffle=Blosc.SHUFFLE)
347347

0 commit comments

Comments
 (0)