File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ async def test_deterministic_size(
7878 np .testing .assert_array_equal (a [3 :], 0 )
7979
8080
81+ # TODO: fix this warning
82+ @pytest .mark .filterwarnings ("ignore:Unclosed client session:ResourceWarning" )
8183@gpu_test
8284class TestGpuMemoryStore (StoreTests [GpuMemoryStore , gpu .Buffer ]):
8385 store_cls = GpuMemoryStore
Original file line number Diff line number Diff line change 1515 from zarr .core .buffer .core import BufferPrototype
1616
1717
18+ # TODO: fix this warning
19+ @pytest .mark .filterwarnings (
20+ "ignore:coroutine 'ClientCreatorContext.__aexit__' was never awaited:RuntimeWarning"
21+ )
1822class TestWrapperStore (StoreTests [WrapperStore , Buffer ]):
1923 store_cls = WrapperStore
2024 buffer_cls = Buffer
You can’t perform that action at this time.
0 commit comments