Use upper-constraints.txt for sahara-tests testing

It aligns with the general good practice in OpenStack and
it prevents unexpected breakages coming from new library releases
(as it happens currently with urllib3 1.24.)

Change-Id: I1ad04708c088fa1e05beaa0d1915bae5420ad3c3
This commit is contained in:
Luigi Toscano 2018-10-17 11:37:47 +02:00
parent 2688ad1b68
commit cb04a444e2
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}