Use upper-constraints.txt also in stable/newton

Otherwise the newer diskimage-builder is likely to introduce
incompatibilities.

Change-Id: Idb017161bdaea43b5bc7f086c62484a283159748
This commit is contained in:
Luigi Toscano 2017-07-13 17:15:15 +02:00
parent a5f23ee26d
commit 873d442e3a
1 changed files with 1 additions and 1 deletions

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?h=stable/newton} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps =