Skip to content

Commit

Permalink
Fix docs test for minimal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBeiske committed Nov 21, 2024
1 parent 2f92d8b commit 1406781
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ctapipe/tools/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from importlib.util import find_spec

if find_spec("pyirf") is None:
collect_ignore = ["compute_irf.py", "optimize_event_selection.py"]

0 comments on commit 1406781

Please sign in to comment.