Skip to content

Commit

Permalink
fix: remove pyarrow import as a dependence coming from dask-awkward i…
Browse files Browse the repository at this point in the history
…n tests (#961)

* fix: remove pyarrow import as a dependence coming from dask-awkward in tests

* Adds back import of dask-awkward taken out by mistake.
  • Loading branch information
ioanaif authored Sep 21, 2023
1 parent c0adce7 commit c4cf3aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_0652_dask-for-awkward.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
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 c4cf3aa

Please sign in to comment.