python3Packages.ome-zarr: skip failing tests

This commit is contained in:
Gaetan Lepage
2025-12-13 10:15:51 +00:00
parent e2fe4ce2a4
commit b6cc3dc5a0
@@ -57,6 +57,11 @@ buildPythonPackage rec {
disabledTests = [
# attempts to access network
"test_s3_info"
# AssertionError: assert {'blocksize':... 'blosc', ...} == {'blocksize':... 'blosc', ...}
# comp {'id': 'blosc', 'cname': 'lz4', 'clevel': 5, 'shuffle': 1, 'blocksize': 0}
"test_default_compression"
"test_write_image_compressed"
];
disabledTestPaths = [