From d5f320771017dad70ed38832945b69d3b2187f7a Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Fri, 6 Dec 2024 17:02:29 -0800 Subject: [PATCH] importorskip rich --- tests/test_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_api.py b/tests/test_api.py index a1b6572b5..90f6dae11 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -294,6 +294,7 @@ def test_load_array(memory_store: Store) -> None: def test_tree() -> None: + pytest.importorskip("rich") g1 = zarr.group() g1.create_group("foo") g3 = g1.create_group("bar")