aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-11-06 13:58:55 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-06 13:58:55 +0000
commit806d9c521f9f1de9df3b9ad62002bb31e2b2a821 (patch)
tree43f36948fd735c2084ae0f13b341fcd839d8e7b7 /tox.ini
parente491334942083a81dab0f3450a809e29b0687c31 (diff)
parent57970bac489b114ab0483580fef683ea99fe62f1 (diff)
Merge "Update Functest to OpenStack stable/pike"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 81d5e286e..978b3f6b2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,10 +5,10 @@ envlist = docs,pep8,pylint,py35,py27,perm,aarch64
usedevelop = True
deps =
-c{toxinidir}/upper-constraints.txt
- -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata
+ -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-install_command = pip install {opts} {packages} requests===2.13.0
+install_command = pip install {opts} {packages}
commands = nosetests --with-xunit \
--with-coverage \
--cover-tests \