Update tox.ini files to use stein constraints
This updates the upper-constraints.txt used by tox for installing python modules to reference the stable/stein constraints. Change-Id: Ia875f05d807bd7404ae8ad12f852bce092202ee8 Partial-Bug: 1834216 Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
parent
ae0a96cac9
commit
660e06a982
4
tox.ini
4
tox.ini
@ -4,7 +4,9 @@ minversion = 2.3
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt} {opts} {packages}
|
||||
install_command = pip install \
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt} \
|
||||
{opts} {packages}
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
OS_STDOUT_CAPTURE=1
|
||||
OS_STDERR_CAPTURE=1
|
||||
|
Loading…
Reference in New Issue
Block a user