Skip to content

Commit cfed22f

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: Ia55ee2b45e706b83de7259c9064bf042d3fc503c
1 parent 4778a23 commit cfed22f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ setenv = OS_STDOUT_NOCAPTURE=False
99
OS_STDERR_NOCAPTURE=False
1010

1111
deps =
12-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
12+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
1313
-r{toxinidir}/requirements.txt
1414
-r{toxinidir}/test-requirements.txt
1515
commands = stestr run --slowest {posargs}
@@ -56,7 +56,7 @@ commands =
5656
[testenv:releasenotes]
5757
basepython = python3
5858
deps =
59-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
59+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
6060
-r{toxinidir}/doc/requirements.txt
6161
commands =
6262
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

0 commit comments

Comments
 (0)