Skip to content

Commit

Permalink
Skip test_append_parquet when missing kerchunk (#1523)
Browse files Browse the repository at this point in the history
This is an optional dependency for writing only.
  • Loading branch information
QuLogic committed Feb 5, 2024
1 parent 5dc364e commit 510ca5d
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 @@ -690,6 +690,7 @@ def lazy_refs(m):


def test_append_parquet(lazy_refs, m):
pytest.importorskip("kerchunk")
with pytest.raises(KeyError):
lazy_refs["data/0"]
lazy_refs["data/0"] = b"data"
Expand Down

0 comments on commit 510ca5d

Please sign in to comment.