west.yml: Update ci-tools to avoid Kconfiglib-related false positive
Adds this commit, needed to avoid a false positive warning when running pylint on genrest.py: The KconfigCheck test in check_compliance.py uses scripts/kconfig/kconfiglib.py from Zephyr, and nothing else needs Kconfiglib to be installed from PyPI either. Installing the old 10.30.0 version of Kconfiglib makes pylint generate a warning-turned-error for genrest.py, because it uses a the suppress_traceback parameter to Kconfig.__init__(), which was added later. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
c2543ddbfa
commit
2172e0d6d0
1 changed files with 1 additions and 1 deletions
2
west.yml
2
west.yml
|
@ -32,7 +32,7 @@ manifest:
|
|||
path: modules/lib/canopennode
|
||||
revision: 5c6b0566d56264efd4bf23ed58bc7cb8b32fe063
|
||||
- name: ci-tools
|
||||
revision: c7d432c9c3674f5d646cf8f8a56f79a469e4e2a2
|
||||
revision: 84334a4fdcd3dd8078b3ba20f7ba4efe2a2ad952
|
||||
path: tools/ci-tools
|
||||
- name: civetweb
|
||||
revision: 99129c5efc907ea613c4b73ccff07581feb58a7a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue