Skip to content

Commit 3588a4a

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

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/xena}
2828
-r{toxinidir}/requirements.txt
2929
-r{toxinidir}/test-requirements.txt
3030
passenv =
@@ -179,7 +179,7 @@ description =
179179
# Note that we don't use {[testenv]deps} for deps here because we don't want
180180
# to install (test-)requirements.txt for docs.
181181
deps =
182-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
182+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/xena}
183183
-r{toxinidir}/doc/requirements.txt
184184
commands =
185185
rm -rf doc/build/html doc/build/doctrees

0 commit comments

Comments
 (0)