Skip to content

Commit bd0c687

Browse files
openstackadminBalazs Gibizer
authored andcommitted
[stable-only]Update TOX_CONSTRAINTS_FILE for stable/wallaby
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/wallaby branch, tests will continue to use the upper-constraints list on master. Change-Id: Ic9f0619ce67ecdc317e37db19f618174dfcc573d
1 parent d5cefe1 commit bd0c687

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
@@ -24,7 +24,7 @@ setenv =
2424
OS_TEST_TIMEOUT=160
2525
PYTHONDONTWRITEBYTECODE=1
2626
deps =
27-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
27+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
2828
-r{toxinidir}/requirements.txt
2929
-r{toxinidir}/test-requirements.txt
3030
passenv =
@@ -183,7 +183,7 @@ description =
183183
# Note that we don't use {[testenv]deps} for deps here because we don't want
184184
# to install (test-)requirements.txt for docs.
185185
deps =
186-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
186+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
187187
-r{toxinidir}/doc/requirements.txt
188188
commands =
189189
rm -rf doc/build/html doc/build/doctrees

0 commit comments

Comments
 (0)