Skip to content

Commit

Permalink
skip hist plotting tests if no cupy
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed May 28, 2024
1 parent de47783 commit a0aa63a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_hist_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

from coffea.util import numpy as np

pytest.importorskip("cupy")

url = (
"https://github.com/scikit-hep/uproot3/blob/master/tests/samples/HZZ.root?raw=true"
)
Expand Down

0 comments on commit a0aa63a

Please sign in to comment.