From 516c2497c84818b94de5dbef01683344e476dcfd Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 16 Oct 2017 11:42:47 +0200 Subject: Update requests to 2.13.0 in virtualenvs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tox.ini | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tox.ini') 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 \ -- cgit 1.2.3-korg