pull/30653/head
Shane Smiskol 2 years ago
parent 2447f229ee
commit e952cc6bdf
  1. 18
      pyproject.toml

@ -12,6 +12,22 @@ markers = [
testpaths = [
"common",
"selfdrive/athena",
"selfdrive/boardd",
"selfdrive/car",
"selfdrive/controls",
"selfdrive/locationd",
"selfdrive/monitoring",
"selfdrive/thermald",
"selfdrive/test/longitudinal_maneuvers",
"system/hardware/tici",
# "system/loggerd",
# "system/proclogd",
# "system/tests",
# "system/ubloxd",
# "system/webrtc",
# "tools/lib/tests",
# "tools/replay",
# "tools/cabana"
]
[tool.mypy]
@ -186,4 +202,4 @@ flake8-implicit-str-concat.allow-multiline=false
"tools".msg = "Use openpilot.tools"
[tool.coverage.run]
concurrency = ["multiprocessing", "thread"]
concurrency = ["multiprocessing", "thread"]

Loading…
Cancel
Save