From c948fa2f1275794eb04979515df746d217a44dc7 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 18 Aug 2021 13:11:02 +0200 Subject: Update pylint to latest stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also stops filtering py27 which dropped for a while. Change-Id: Idf19d1d90e0c753b6c05bbe77f3748027c2e0af5 Signed-off-by: Cédric Ollivier --- upper-constraints.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/upper-constraints.txt b/upper-constraints.txt index 38ddd6af7..f95b96606 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -13,8 +13,7 @@ ruamel.yaml.jinja2==0.2.2 -e git+https://opendev.org/openstack/rally.git#egg=rally git+https://opendev.org/openstack/rally-openstack.git#egg=rally-openstack git+https://github.com/xrally/xrally-kubernetes.git#egg=xrally-kubernetes -pylint===1.9.5;python_version=='2.7' -pylint===2.4.4;python_version=='3.8' +pylint===2.9.6 flake8===3.7.9 nose===1.3.7 ruamel.yaml===0.15.100 -- cgit 1.2.3-korg