commaai / panda

code powering the comma.ai panda
MIT License
1.52k stars 763 forks source link

fix pytest loop #1863

Closed sshane closed 7 months ago

sshane commented 7 months ago

In pytest 8.0.0, it collects all files, even if you only specify one file to run. Then pytest-cpp will execute these two files since they are executable (an issue if you have openpilot's environment)

Relevant issue