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: I8fb79937a04c62096f8b638581000c08e18f39a7 Signed-off-by: Hugo Brito <hugo.brito@windriver.com>
This commit is contained in:
parent
c66d403926
commit
2e5c8c05c8
2
tox.ini
2
tox.ini
@ -93,7 +93,7 @@ setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
LC_ALL=en_US.utf-8
|
||||
install_command = pip install -U \
|
||||
-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}/test-requirements.txt
|
||||
allowlist_externals = bash
|
||||
|
Loading…
Reference in New Issue
Block a user