We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fcntl
1 parent fdb2bef commit 621077aCopy full SHA for 621077a
tests/v2/test_sync.py
@@ -153,6 +153,7 @@ def test_hexdigest(self):
153
assert "05b0663ffe1785f38d3a459dec17e57a18f254af" == z.hexdigest()
154
155
156
+@pytest.mark.skipif(IS_WASM, reason="fcntl not available in WASM")
157
class TestArrayWithProcessSynchronizer(TestArray, MixinArraySyncTests):
158
def create_array(self, read_only=False, **kwargs):
159
path = tempfile.mkdtemp()
@@ -291,6 +292,7 @@ def test_synchronizer_property(self):
291
292
assert isinstance(g.synchronizer, ThreadSynchronizer)
293
294
295
296
class TestGroupWithProcessSynchronizer(TestGroup, MixinGroupSyncTests):
297
def create_store(self):
298
0 commit comments