5 lines
120 B
5 lines
120 B
4 months ago
|
# pytest attempts to execute shell scripts while collecting
|
||
|
collect_ignore_glob = [
|
||
|
"opendbc/safety/tests/misra/*",
|
||
|
]
|