6928314c89
date: 2025-12-18T23:23:16 master commit: 154c2334110373950bac1c36fc6e943cb1208326
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/",
|
|
]
|