Skip to content

Commit a0aa63a

Browse files
committed
skip hist plotting tests if no cupy
1 parent de47783 commit a0aa63a

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)