Skip to content

Commit 6e18592

Browse files
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: I25af3dba16b901398a3ff603cfc388d91633ad9c
1 parent 4f76997 commit 6e18592

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ basepython = python3
99
usedevelop=True
1010
allowlist_externals = find
1111
rm
12-
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
12+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
1313
-r{toxinidir}/requirements.txt
1414
-r{toxinidir}/test-requirements.txt
1515
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
@@ -55,14 +55,14 @@ commands = bandit -r docker kolla tests tools
5555

5656
[testenv:venv]
5757
deps =
58-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
58+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
5959
-r{toxinidir}/test-requirements.txt
6060
-r{toxinidir}/doc/requirements.txt
6161
commands = {posargs}
6262

6363
[testenv:docs]
6464
deps =
65-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
65+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
6666
-r{toxinidir}/doc/requirements.txt
6767

6868
commands =

0 commit comments

Comments
 (0)