ban pytest.main (#31623)

ban it!
old-commit-hash: 262b328ad7
This commit is contained in:
Justin Newberry
2024-02-27 17:17:01 -05:00
committed by GitHub
parent 013a965d1a
commit d356ae040e

View File

@@ -190,6 +190,7 @@ lint.flake8-implicit-str-concat.allow-multiline=false
"system".msg = "Use openpilot.system"
"third_party".msg = "Use openpilot.third_party"
"tools".msg = "Use openpilot.tools"
"pytest.main".msg = "pytest.main requires special handling that is easy to mess up!"
[tool.coverage.run]
concurrency = ["multiprocessing", "thread"]