From c2d62e59173832e4597249817b891b990f5d6600 Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Tue, 3 Oct 2023 16:54:37 -0400 Subject: [PATCH] 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 Change-Id: I83a9e1f952435d6397eb997bf99b968ec27e9426 --- build-tools/requirements/debian/upper-constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-tools/requirements/debian/upper-constraints.txt b/build-tools/requirements/debian/upper-constraints.txt index 0921be51..aadb4373 100644 --- a/build-tools/requirements/debian/upper-constraints.txt +++ b/build-tools/requirements/debian/upper-constraints.txt @@ -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