aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 3 insertions, 4 deletions
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 \