X Tutup
Skip to content

Commit 996da02

Browse files
Update TOX_CONSTRAINTS_FILE for stable/yoga
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/yoga branch, tests will continue to use the upper-constraints list on master. Change-Id: I2f7dbd534c9d482dc13cc2e426001213e2fe15a1
1 parent 9132352 commit 996da02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ usedevelop = True
1010
install_command = pip install {opts} {packages}
1111
setenv = VIRTUAL_ENV={envdir}
1212
deps =
13-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
13+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
1414
-r{toxinidir}/requirements.txt
1515
-r{toxinidir}/test-requirements.txt
1616
commands = stestr run --slowest {posargs}
@@ -38,7 +38,7 @@ commands =
3838

3939
[testenv:docs]
4040
deps =
41-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
41+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
4242
-r{toxinidir}/doc/requirements.txt
4343
commands = sphinx-build -b html doc/source doc/build/html
4444

@@ -55,7 +55,7 @@ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
5555

5656
[testenv:releasenotes]
5757
deps =
58-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
58+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
5959
-r{toxinidir}/doc/requirements.txt
6060
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
6161

0 commit comments

Comments
 (0)
X Tutup