mirror of
https://gitlvb.teallvbs.xyz/IQ.Lvbs/IQ.Pilot.git
synced 2026-04-06 05:13:54 +08:00
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/",
|
|
]
|