mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-23 12:14:32 +08:00
CI: Pin pylint version to 2.12.2
For consistency in runs, we need to always use the same pylint version. Pin to 2.12.2 as this is what we have been using so far. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
3b2d19c838
commit
e47bbf7e0e
@ -214,7 +214,7 @@ stages:
|
||||
cd ${WORK_DIR}
|
||||
export USER=azure
|
||||
pip install -r test/py/requirements.txt
|
||||
pip install asteval pylint pyopenssl
|
||||
pip install asteval pylint==2.12.2 pyopenssl
|
||||
export PATH=${PATH}:~/.local/bin
|
||||
echo "[MASTER]" >> .pylintrc
|
||||
echo "load-plugins=pylint.extensions.docparams" >> .pylintrc
|
||||
|
@ -220,7 +220,7 @@ Run pylint:
|
||||
stage: testsuites
|
||||
script:
|
||||
- pip install -r test/py/requirements.txt
|
||||
- pip install asteval pylint pyopenssl
|
||||
- pip install asteval pylint==2.12.2 pyopenssl
|
||||
- export PATH=${PATH}:~/.local/bin
|
||||
- echo "[MASTER]" >> .pylintrc
|
||||
- echo "load-plugins=pylint.extensions.docparams" >> .pylintrc
|
||||
|
Loading…
Reference in New Issue
Block a user