Update UPPER_CONSTRAINTS_FILE for stable/newton

Change-Id: Iec794a0c3481e65316de672b8d2101578d465f3b
This commit is contained in:
Doug Hellmann 2016-09-15 14:26:26 -04:00
parent c64576e8d1
commit c141e1b453
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,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} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
DISCOVER_DIRECTORY=murano/tests/unit