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 53aaf32 commit 0ba013fCopy full SHA for 0ba013f
tests/test_store/test_zip.py
@@ -74,6 +74,8 @@ def test_store_supports_partial_writes(self, store: ZipStore) -> None:
74
def test_store_supports_listing(self, store: ZipStore) -> None:
75
assert store.supports_listing
76
77
+ # TODO: fix this warning
78
+ @pytest.mark.filterwarnings("ignore:Unclosed client session:ResourceWarning")
79
def test_api_integration(self, store: ZipStore) -> None:
80
root = zarr.open_group(store=store, mode="a")
81
0 commit comments