Skip to content

Commit d7fc62f

Browse files
openstackadminstrigazi
authored andcommitted
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: Ibda7417a79ce1c4aae5d5919c47a8bae48ce5dc5
1 parent 896583e commit d7fc62f

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
@@ -15,7 +15,7 @@ setenv =
1515
PYTHONWARNINGS=default::DeprecationWarning
1616
OS_STDOUT_CAPTURE=1
1717
OS_STDERR_CAPTURE=1
18-
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
18+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
1919
-r{toxinidir}/requirements.txt
2020
-r{toxinidir}/test-requirements.txt
2121
passenv = TEMPEST_* OS_TEST_*
@@ -108,7 +108,7 @@ commands = {toxinidir}/tools/cover.sh {posargs}
108108

109109
[testenv:docs]
110110
deps =
111-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
111+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
112112
-r{toxinidir}/doc/requirements.txt
113113
commands =
114114
rm -rf doc/build/html doc/build/doctrees

0 commit comments

Comments
 (0)