We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fcntl
1 parent 135431e commit 9d20036Copy full SHA for 9d20036
zarr/tests/test_sync.py
@@ -31,7 +31,7 @@ def init_attributes(self, store, read_only=False, cache=True, zarr_version=zarr_
31
store, synchronizer=synchronizer, key=key, read_only=read_only, cache=cache
32
)
33
34
-
+@pytest.mark.skipif(is_wasm(), reason="No fcntl support in WASM/Pyodide")
35
class TestAttributesProcessSynchronizer(TestAttributes):
36
def init_attributes(self, store, read_only=False, cache=True, zarr_version=zarr_version):
37
key = ".zattrs" if zarr_version == 2 else meta_root + "attrs"
0 commit comments