From 2e15ac5f4f57a1a3774f797ea71a2b4b0dfe8b18 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Sat, 2 Aug 2025 13:18:30 -0700 Subject: [PATCH] test manager in CI (#35900) * test manager * not now * try * fix --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 142b8b06d8..e50b73e0dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,6 +152,7 @@ markers = [ testpaths = [ "common", "selfdrive", + "system/manager", "system/updated", "system/athena", "system/camerad",