From 7b24ea8dfe1667fe00b87cac9f0a0ca670b6a86f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 26 Jul 2019 12:58:04 +0200 Subject: Switch to Python 3.7 and Alpine 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also allows building docs as doc8 is broken due to latest OpenStack's upper-constraints. pylint is updated to 2.3.1 (lastest py3.7 version) It disables perm as umask is currently false on lf-virtual1. Change-Id: I8568eeafa44c5dba72e206c532c1f50e3ad547f2 Signed-off-by: Cédric Ollivier --- upper-constraints.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'upper-constraints.txt') diff --git a/upper-constraints.txt b/upper-constraints.txt index 920bb47f..bcf55ebd 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -1,3 +1,5 @@ robotframework===3.1.1 bandit===1.1.0 behave===1.2.6 +pylint===1.9.5;python_version=='2.7' +pylint===2.3.1;python_version=='3.7' -- cgit 1.2.3-korg