Skip to content

Commit

Permalink
fix: tests were failing because dask_awkward.lib.testutils needs pyar…
Browse files Browse the repository at this point in the history
…row (#957)
  • Loading branch information
jpivarski authored Sep 14, 2023
1 parent f8a246e commit 091f906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_0755-dask-awkward-column-projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
dask = pytest.importorskip("dask")
dask_awkward = pytest.importorskip("dask_awkward")

pytest.importorskip("pyarrow") # dask_awkward.lib.testutils needs pyarrow
from dask_awkward.lib.testutils import assert_eq


Expand Down

0 comments on commit 091f906

Please sign in to comment.