version: sunnypilot v0.10.1 (staging-tici) date: 2025-10-13T01:35:37 master commit: 737a6c4236e843034680c951005b38d15815363f
6 lines
165 B
Python
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/",
|
|
]
|