diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-10-16 11:42:47 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-10-16 11:44:45 +0200 |
commit | 516c2497c84818b94de5dbef01683344e476dcfd (patch) | |
tree | f04baadc2a3704616e7db78a8e9378a53c7a7415 | |
parent | 8797d07d0be8309a1cdcc3c1c67b20ba064a4420 (diff) |
Update requests to 2.13.0 in virtualenvs
It completes "Force requests===2.13.0" [1] which only updated all
Docker files.
[1] https://gerrit.opnfv.org/gerrit/#/c/45077/
Change-Id: I416e01d86e82eb9e267a31463e75b6a4e11485c4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | tox.ini | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -4,12 +4,11 @@ envlist = docs,pep8,pylint,py35,py27,perm,aarch64 [testenv] usedevelop = True deps = + -c{toxinidir}/upper-constraints.txt + -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -install_command = pip install \ - -c{toxinidir}/upper-constraints.txt \ - -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata \ - {opts} {packages} +install_command = pip install {opts} {packages} requests===2.13.0 commands = nosetests --with-xunit \ --with-coverage \ --cover-tests \ |