Skip to content

Commit 7baca2b

Browse files
openstackadminElod Illes
authored andcommitted
[stable-only] 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: I0bbf37729882a1da000a6bf53e1e81448030f685
1 parent f74f6ef commit 7baca2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ setenv =
2626
# TODO(stephenfin): Remove psycopg2 when minimum constraints is bumped to 2.8
2727
PYTHONWARNINGS = ignore::UserWarning:psycopg2
2828
deps =
29-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
29+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
3030
-r{toxinidir}/requirements.txt
3131
-r{toxinidir}/test-requirements.txt
3232
passenv =
@@ -173,7 +173,7 @@ description =
173173
# Note that we don't use {[testenv]deps} for deps here because we don't want
174174
# to install (test-)requirements.txt for docs.
175175
deps =
176-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
176+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
177177
-r{toxinidir}/doc/requirements.txt
178178
commands =
179179
rm -rf doc/build/html doc/build/doctrees

0 commit comments

Comments
 (0)