Skip to content

Commit 998e7bd

Browse files
Update TOX_CONSTRAINTS_FILE for stable/xena
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/xena branch, tests will continue to use the upper-constraints list on master. Change-Id: Iaa1182463dac67d4ab209b21a0bcec6fe1947efd
1 parent b446d9d commit 998e7bd

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
@@ -7,7 +7,7 @@ ignore_basepython_conflict = True
77
[testenv]
88
basepython = python3
99
usedevelop = True
10-
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -U {opts} {packages}
10+
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/xena} -U {opts} {packages}
1111
setenv =
1212
VIRTUAL_ENV={envdir}
1313
deps = -r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)