mirror of
https://github.com/infiniteCable2/opendbc.git
synced 2026-02-19 05:23:56 +08:00
* should fail/timeout * . * now fix * Revert "." This reverts commit 8027e7c26daa7a76810a84914979bc99d598a215. * n8
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/*",
|
|
]
|