Skip to content

Commit 93b9cd8

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: Ie501d9e209309990a0ec4d7a4be6f306277cb2b4
1 parent 9c3cf74 commit 93b9cd8

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
@@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
1111
PYTHONWARNINGS=default::DeprecationWarning
1212
usedevelop = True
1313

14-
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
14+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
1515
-r{toxinidir}/requirements.txt
1616
-r{toxinidir}/test-requirements.txt
1717

@@ -51,7 +51,7 @@ commands =
5151
commands = oslopolicy-sample-generator --config-file=etc/oslo-policy-generator/cloudkitty.conf
5252

5353
[testenv:docs]
54-
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
54+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
5555
-r{toxinidir}/doc/requirements.txt
5656
commands = sphinx-build -W --keep-going -b html doc/source doc/build/html
5757

0 commit comments

Comments
 (0)