Files
IQ.Pilot/opendbc_repo/conftest.py
2026-03-07 14:45:32 -06:00

6 lines
165 B
Python

# pytest attempts to execute shell scripts while collecting
collect_ignore_glob = [
"opendbc/safety/tests/misra/*.sh",
"opendbc/safety/tests/misra/cppcheck/",
]