Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

Commit 84334a4

Browse files
ulfalizernashif
authored andcommitted
requirements.txt: Do not install (an old version of) Kconfiglib
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 <[email protected]>
1 parent 8a70a13 commit 84334a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ future==0.17.1
88
gitlint==0.10.0
99
idna==2.7
1010
junitparser==1.2.2
11-
kconfiglib==10.30.0
1211
PyGithub==1.43.3
1312
PyJWT==1.7.1
1413
python-dateutil==2.7.5

0 commit comments

Comments
 (0)