Skip to content

Commit

Permalink
skip test if no dak
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Dec 17, 2024
1 parent 3ecdad3 commit c527c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_boost.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def test_boost_output_pickles():

def test_155_boost_factory():
import boost_histogram as bh
import dask_awkward as dak
dak = pytest.importorskip("dask_awkward")
import numpy as np

import dask_histogram as dh
Expand Down

0 comments on commit c527c02

Please sign in to comment.