Skip to content

Commit fb85a68

Browse files
committed
Ignore zip warning
1 parent 9cdbf70 commit fb85a68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/test_store/test_zip.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
from typing import Any
1818

1919

20+
# TODO: work out where this is coming from and fix
21+
pytestmark = [
22+
pytest.mark.filterwarnings(
23+
"ignore:coroutine method 'aclose' of 'ZipStore.list' was never awaited:RuntimeWarning"
24+
)
25+
]
26+
27+
2028
class TestZipStore(StoreTests[ZipStore, cpu.Buffer]):
2129
store_cls = ZipStore
2230
buffer_cls = cpu.Buffer

0 commit comments

Comments
 (0)