Skip to content

Commit 0668e63

Browse files
authored
skip hist plotting tests if no cupy
1 parent 38b0625 commit 0668e63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tests/test_hist_plot.py

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
from coffea.util import numpy as np
77

8+
pytest.importorskip("cupy")
9+
810
url = (
911
"https://github.com/scikit-hep/uproot3/blob/master/tests/samples/HZZ.root?raw=true"
1012
)

0 commit comments

Comments
 (0)