From: Cédric Ollivier Date: Mon, 16 Oct 2017 09:42:47 +0000 (+0200) Subject: Update requests to 2.13.0 in virtualenvs X-Git-Tag: opnfv-5.0.RC1~12 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F45199%2F1;p=functest.git 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 (cherry picked from commit 516c2497c84818b94de5dbef01683344e476dcfd) --- diff --git a/tox.ini b/tox.ini index 9fc18b39f..81d5e286e 100644 --- a/tox.ini +++ b/tox.ini @@ -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 \