Merge "Enable use of constraints for all tox based jobs."

This commit is contained in:
Jenkins 2017-01-04 20:12:01 +00:00 committed by Gerrit Code Review
commit 18bb72389d
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ Team and repository tags
.. image:: http://governance.openstack.org/badges/fuxi.svg
:target: http://governance.openstack.org/reference/tags/index.html
:remote:
.. Change things from this point on

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt