diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-08-18 13:11:02 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-08-18 13:11:02 +0200 |
commit | c948fa2f1275794eb04979515df746d217a44dc7 (patch) | |
tree | 601fa49b51d33bab4c2a81b1b3470602e0a045cd /upper-constraints.txt | |
parent | 7be0bf7fda36e259e10f9dcc783f2e1102ed6eb9 (diff) |
Update pylint to latest stable
It also stops filtering py27 which dropped for a while.
Change-Id: Idf19d1d90e0c753b6c05bbe77f3748027c2e0af5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'upper-constraints.txt')
-rw-r--r-- | upper-constraints.txt | 3 |
1 files changed, 1 insertions, 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 |