Skip to content

Commit b543777

Browse files
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: I3343a1d50081bb00846b48782d47b066692c0e81
1 parent 955f4ec commit b543777

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ setenv =
2525
OS_TEST_DBAPI_ADMIN_CONNECTION=sqlite:////tmp/placeholder-never-created-nor-used.db
2626
usedevelop = True
2727
install_command = pip install {opts} {packages}
28-
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
28+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
2929
-r{toxinidir}/test-requirements.txt
3030
-r{toxinidir}/requirements.txt
3131
commands =
@@ -91,7 +91,7 @@ commands =
9191
# This environment is called from CI scripts to test and publish
9292
# the API Ref to docs.openstack.org.
9393
deps =
94-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
94+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
9595
-r{toxinidir}/doc/requirements.txt
9696
commands =
9797
rm -rf api-ref/build
@@ -143,7 +143,7 @@ paths = ./glance/hacking
143143

144144
[testenv:docs]
145145
deps =
146-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
146+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
147147
-r{toxinidir}/doc/requirements.txt
148148
commands =
149149
rm -fr doc/build
@@ -158,7 +158,7 @@ commands = {posargs}
158158

159159
[testenv:releasenotes]
160160
deps =
161-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
161+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
162162
-r{toxinidir}/doc/requirements.txt
163163
commands =
164164
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

0 commit comments

Comments
 (0)