Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: I124670a3f141b7fd691f111d71d57467a6f82909
This commit is contained in:
OpenStack Release Bot 2017-02-17 20:32:52 +00:00
parent 8fd822ac90
commit 6c9ef67682
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command =
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages}
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} -U {opts} {packages}
whitelist_externals = bash
find
rm