mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-03 04:53:53 +08:00
5 lines
120 B
Python
5 lines
120 B
Python
# pytest attempts to execute shell scripts while collecting
|
|
collect_ignore_glob = [
|
|
"opendbc/safety/tests/misra/*",
|
|
]
|