Files
openpilot/opendbc_repo/conftest.py

6 lines
165 B
Python
Raw Normal View History

2026-01-11 18:23:29 +08:00
# pytest attempts to execute shell scripts while collecting
collect_ignore_glob = [
"opendbc/safety/tests/misra/*.sh",
"opendbc/safety/tests/misra/cppcheck/",
]