diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-26 16:59:14 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-27 11:21:29 +0200 |
commit | fa8f32f2d4919ac83a00ea8012a7f0de0de9241c (patch) | |
tree | d32993019a93c374af118f1834cb6965076d633b /upper-constraints.txt | |
parent | 49858c476ac1e01917cd886594f3be0425d61f59 (diff) |
Switch to Python 3.7 and Alpine 3.10
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: If09d4796d48b7d0591e7926621d3bbf5ca1b6c24
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'upper-constraints.txt')
-rw-r--r-- | upper-constraints.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/upper-constraints.txt b/upper-constraints.txt index 15d5bbef6..d87a1a1a8 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -9,7 +9,7 @@ git+https://gerrit.opnfv.org/gerrit/clover#egg=clover git+https://gerrit.opnfv.org/gerrit/parser#egg=nfv-heattranslator&subdirectory=tosca2heat/heat-translator git+https://gerrit.opnfv.org/gerrit/parser#egg=nfv-toscaparser&subdirectory=tosca2heat/tosca-parser -e git+https://gerrit.opnfv.org/gerrit/parser#egg=nfv-parser -cloudify-rest-client===4.3.3 +git+https://github.com/collivier/cloudify-rest-client.git@4.3.3-py3#egg=cloudify-rest-client robotframework===3.1.1 robotframework-httplibrary===0.4.2 robotframework-requests===0.5.0 @@ -23,3 +23,5 @@ 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 git+https://github.com/esnme/ultrajson@d25e024f481c5571d15f3c0c406a498ca0467cfd#egg=ujson +pylint===1.9.5;python_version=='2.7' +pylint===2.3.1;python_version=='3.7' |