We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ace74a commit 3d1da68Copy full SHA for 3d1da68
tests/test_store/test_stateful.py
@@ -8,15 +8,13 @@
8
from zarr.storage import LocalStore, ZipStore
9
from zarr.testing.stateful import ZarrHierarchyStateMachine, ZarrStoreStateMachine
10
11
-
12
pytestmark = [
13
pytest.mark.slow_hypothesis,
14
# TODO: work out where this warning is coming from and fix
15
pytest.mark.filterwarnings("ignore:Unclosed client session:ResourceWarning"),
16
]
17
18
19
20
def test_zarr_hierarchy(sync_store: Store):
21
def mk_test_instance_sync() -> ZarrHierarchyStateMachine:
22
return ZarrHierarchyStateMachine(sync_store)
0 commit comments