carrot/opendbc_repo/conftest.py

5 lines
120 B
Python
Raw Permalink Normal View History

# pytest attempts to execute shell scripts while collecting
collect_ignore_glob = [
"opendbc/safety/tests/misra/*",
]