Merge "Update UPPER_CONSTRAINTS_FILE for stable/ocata" into stable/ocata

This commit is contained in:
Jenkins 2017-02-10 11:13:01 +00:00 committed by Gerrit Code Review
commit a0fb75172f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ minversion = 2.3.2
skipsdist = True
[testenv]
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
INTEGRATION_TESTS=0