Skip to content

Commit becf651

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: Idbeb906956df8583a34ba469b2cbd19076dd8d90
1 parent 82ef60c commit becf651

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ setenv =
1919
passenv = *_proxy *_PROXY
2020

2121
deps =
22-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
22+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
2323
-r{toxinidir}/requirements.txt
2424
-r{toxinidir}/test-requirements.txt
2525
commands = find . -type f -name "*.pyc" -delete
@@ -34,7 +34,7 @@ commands =
3434

3535
[testenv:pylint]
3636
deps =
37-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
37+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
3838
-r{toxinidir}/requirements.txt
3939
pylint==2.6.0
4040
commands = bash tools/lintstack.sh
@@ -55,7 +55,7 @@ commands =
5555

5656
[testenv:docs]
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}/doc/requirements.txt
6060
commands = sphinx-build -W -b html doc/source doc/build/html
6161

@@ -72,7 +72,7 @@ allowlist_externals =
7272

7373
[testenv:releasenotes]
7474
deps =
75-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
75+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
7676
-r{toxinidir}/doc/requirements.txt
7777
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
7878

0 commit comments

Comments
 (0)