Skip to content

Commit 0ba013f

Browse files
committed
Filter another warning
1 parent 53aaf32 commit 0ba013f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_store/test_zip.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ def test_store_supports_partial_writes(self, store: ZipStore) -> None:
7474
def test_store_supports_listing(self, store: ZipStore) -> None:
7575
assert store.supports_listing
7676

77+
# TODO: fix this warning
78+
@pytest.mark.filterwarnings("ignore:Unclosed client session:ResourceWarning")
7779
def test_api_integration(self, store: ZipStore) -> None:
7880
root = zarr.open_group(store=store, mode="a")
7981

0 commit comments

Comments
 (0)