ban pytest.main (#31623)

ban it!
pull/31624/head
Justin Newberry 2 years ago committed by GitHub
parent 19db56b1f6
commit 262b328ad7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      pyproject.toml

@ -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"]

Loading…
Cancel
Save