From e952cc6bdfd9c1ae5536f2bd3f69f5692b6d3c7d Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Sat, 9 Dec 2023 00:07:04 -0800 Subject: [PATCH] bs1 --- pyproject.toml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 704a44becf..3540870ee4 100644 --- a/pyproject.toml +++ b/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"] \ No newline at end of file +concurrency = ["multiprocessing", "thread"]