Skip to content

Commit

Permalink
importorskip
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Jan 18, 2024
1 parent f2bd8b7 commit 6b4c3b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import awkward as ak
import dask
import pytest

import dask_awkward as dak
from dask_awkward.lib.testutils import assert_eq
Expand Down Expand Up @@ -79,6 +80,7 @@ def test_multiple_computes_multiple_incapsulated(daa, caa):


def test_optimization_runs_on_multiple_collections_gh430(tmp_path_factory):
pytest.importorskip("pyarrow")
d = tmp_path_factory.mktemp("opt")
array1 = ak.Array(
[
Expand Down

0 comments on commit 6b4c3b0

Please sign in to comment.