Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: Ie56e3186f2c9e42aff817fc7c71c4da93abb1c5f
This commit is contained in:
OpenStack Release Bot
2017-02-02 18:23:36 +00:00
parent 5e507e56f4
commit e1131a65d8

View File

@@ -6,7 +6,7 @@ skipsdist = True
[testenv]
usedevelop = True
whitelist_externals = find
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}
deps = -r{toxinidir}/test-requirements.txt