Skip to content

Commit ea6adc2

Browse files
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: Ib170454e53a419fbc1ba0aaaa6895a77188f1c63
1 parent fbb4510 commit ea6adc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ignore_basepython_conflict = True
77
[testenv]
88
basepython = python3
99
usedevelop = True
10-
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -U {opts} {packages}
10+
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} -U {opts} {packages}
1111
setenv =
1212
VIRTUAL_ENV={envdir}
1313
deps = -r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)