Skip to content

Commit

Permalink
Make it clear that integration tests require zarr-python
Browse files Browse the repository at this point in the history
  • Loading branch information
jsignell committed Jan 30, 2025
1 parent 511f067 commit 61e3cff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions virtualizarr/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
open_dataset_kerchunk,
parametrize_over_hdf_backends,
requires_kerchunk,
requires_zarr_python,
)
from virtualizarr.translators.kerchunk import (
dataset_from_kerchunk_refs,
Expand Down Expand Up @@ -89,6 +90,7 @@ def test_numpy_arrays_to_inlined_kerchunk_refs(
assert refs["refs"]["time/0"] == expected["refs"]["time/0"]


@requires_zarr_python
@pytest.mark.parametrize(
"format", ["dict", "json", "parquet"] if has_kerchunk else ["dict", "json"]
)
Expand Down

0 comments on commit 61e3cff

Please sign in to comment.