Fix constraints file in tox.ini
The constraints file used for tox.ini was removed. We need to update the file to use the StarlingX Debian constraints file. Test Plan: PASS - Run tox command Closes-bug: 2055734 Change-Id: I306be11f6edc4538cbb3f7a164bac9e1ad08501f Signed-off-by: Hugo Brito <hugo.brito@windriver.com>
This commit is contained in:
parent
1fb44f6b28
commit
047555f6ff
@ -31,7 +31,7 @@ passenv =
|
||||
sitepackages = False
|
||||
install_command = pip install \
|
||||
-v -v -v \
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt} \
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/starlingx/root/raw/branch/master/build-tools/requirements/debian/upper-constraints.txt} \
|
||||
{opts} {packages}
|
||||
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user