fix(ble_log_console): exclude from idf-ci pytest collection to fix CI

idf-ci discovers pyproject.toml pytest config and runs a separate
collection pass with --target all, which finds 0 target tests and
raises RuntimeError. Add to .idf_ci.toml exclude_dirs instead of
deleting tests. Restore all 227 unit tests with lint/mypy fixes.
This commit is contained in:
Zhou Xiao
2026-03-24 12:13:30 +08:00
parent aec896b6b9
commit 205bc49fd6
13 changed files with 65 additions and 46 deletions
+1
View File
@@ -7,6 +7,7 @@ exclude_dirs = [
'tools/test_bsasm',
'tools/ci/test_autocomplete',
'tools/test_build_system',
'tools/bt/ble_log_console',
]
[local_runtime_envs]