Skip to content

Commit b2d02a2

Browse files
committed
Filter warning in test_wrapper
1 parent d157e9c commit b2d02a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_store/test_wrapper.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
from zarr.core.buffer.core import BufferPrototype
1313

1414

15+
# TODO: work out where warning is coming from and fix
16+
@pytest.mark.filterwarnings(
17+
"ignore:coroutine 'ClientCreatorContext.__aexit__' was never awaited:RuntimeWarning"
18+
)
1519
@pytest.mark.parametrize("store", ["local", "memory", "zip"], indirect=True)
1620
async def test_wrapped_set(store: Store, capsys: pytest.CaptureFixture[str]) -> None:
1721
# define a class that prints when it sets

0 commit comments

Comments
 (0)