cta-observatory / nectarchain

NectarCAM high level analysis tools
https://nectarchain.readthedocs.io
BSD 3-Clause "New" or "Revised" License
7 stars 18 forks source link

CI unit tests should not run in `user_scripts` #156

Closed jlenain closed 2 weeks ago

jlenain commented 2 weeks ago

Describe the bug pytest is running within the user_scripts directory.

To Reproduce Steps to reproduce the behavior:

  1. See for instance https://github.com/cta-observatory/nectarchain/actions/runs/11459609758/job/31884930865?pr=155

Expected behavior pytest should ignore directories and files within user_scripts.

jlenain commented 2 weeks ago

Solved by #157