Files
carrotpilot/opendbc_repo/conftest.py
Vehicle Researcher ecf4d58ce5 c4-v1
2026-01-28 08:27:01 +09: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/",
]