Skip to content

Commit

Permalink
Skip test_deep_parq without kerchunk installed (#1687)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Durant <[email protected]>
  • Loading branch information
QuLogic and martindurant authored Sep 23, 2024
1 parent dc4f5a9 commit 4af4e76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsspec/implementations/tests/test_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ def test_append_parquet(lazy_refs, m):


def test_deep_parq(m):
pytest.importorskip("kerchunk")
zarr = pytest.importorskip("zarr")
lz = fsspec.implementations.reference.LazyReferenceMapper.create(
"memory://out.parq", fs=m
Expand Down

0 comments on commit 4af4e76

Please sign in to comment.