Skip to content

Commit d69b096

Browse files
committed
[build] Skip test requiring hsimple file
1 parent 26d88d2 commit d69b096

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/wheels/test_tutorials.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"hist002_RHist_weighted.C", # required RHist, not supported in ROOT wheels
2626
"rf618_mixture_models.py", # fails on CI, to investigate
2727
"rf615_simulation_based_inference.py", # fails on CI, to investigate
28+
"hist015_TH1_read_and_draw.py" # requires previous creation of py-hsimple.root file
29+
"hist015_TH1_read_and_draw_uhi.py", # requires previous creation of py-hsimple.root file
2830
}
2931

3032
# ----------------------

0 commit comments

Comments
 (0)