Skip to content

Commit 0e5ff88

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: I3c3e365a9b7ab75fd0933cdcab838699fae2ff4e
1 parent 309f3c1 commit 0e5ff88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ skipsdist = True
66
[testenv]
77
install_command = pip install {opts} {packages}
88
deps =
9-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
9+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
1010
-r{toxinidir}/test-requirements.txt
1111

1212
[testenv:pep8]

0 commit comments

Comments
 (0)