Files
opendbc-meb/conftest.py
Shane Smiskol 6689178f42 Fix pytest discovery (#1757)
* should fail/timeout

* .

* now fix

* Revert "."

This reverts commit 8027e7c26daa7a76810a84914979bc99d598a215.

* n8
2025-02-19 22:18:55 -08:00

5 lines
120 B
Python

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