upper-constraints: restrict pylint versions
A new version of pylint was released recently on pypi.org, causing many tox/zuul errors in various repos. Solution: restrict pylint<3.0.0 here, as this file is referenced by tox.ini in most other StarlingX repos. Signed-off-by: Davlet Panech <davlet.panech@windriver.com> Change-Id: I83a9e1f952435d6397eb997bf99b968ec27e9426
This commit is contained in:
parent
faf8590d33
commit
c2d62e5917
@ -140,6 +140,7 @@ pycadf===3.1.1
|
||||
pycryptodomex===3.9.7
|
||||
Pygments===2.7.1
|
||||
PyMySQL===0.9.3
|
||||
pylint<3.0.0
|
||||
pyparsing===2.4.7
|
||||
pyperclip===1.8.0
|
||||
PyQt5-sip===12.8.1
|
||||
|
Loading…
Reference in New Issue
Block a user