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/*",
|
|
]
|