Update TOX_CONSTRAINTS_FILE for stable/victoria
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: I47cf584f8233dfbbab5df76349cdabdd4fcf4b64
This commit is contained in:
parent
b020596f31
commit
55fdecb207
2
tox.ini
2
tox.ini
@ -8,7 +8,7 @@ ignore_basepython_conflict = True
|
||||
usedevelop = True
|
||||
basepython = python3
|
||||
install_command =
|
||||
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt} {opts} {packages}
|
||||
pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} {opts} {packages}
|
||||
deps =
|
||||
-r{toxinidir}/global-requirement-pins.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user