Files
openpilot/opendbc_repo/conftest.py
Comma Device 3721ecbf8a Release 260111
2026-01-11 18:23:29 +08: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/",
]