Skip to content

Commit ae2fe94

Browse files
Update TOX_CONSTRAINTS_FILE for stable/zed
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/zed branch, tests will continue to use the upper-constraints list on master. Change-Id: I67f8b3e937f81ab9271b89f1f0bb10cd762bfa74
1 parent 75e15dc commit ae2fe94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ setenv =
1515
LANGUAGE=en_US
1616
LC_ALL=en_US.utf-8
1717
deps =
18-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
18+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
1919
-r{toxinidir}/requirements.txt
2020
-r{toxinidir}/test-requirements.txt
2121
commands = stestr run {posargs}
@@ -71,7 +71,7 @@ setenv = PYTHONHASHSEED=0
7171
sitepackages = False
7272
# NOTE(dtantsur): documentation building process requires importing IPA
7373
deps =
74-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
74+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
7575
-r{toxinidir}/requirements.txt
7676
-r{toxinidir}/doc/requirements.txt
7777
commands =
@@ -89,7 +89,7 @@ commands =
8989
[testenv:releasenotes]
9090
usedevelop = False
9191
deps =
92-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
92+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
9393
-r{toxinidir}/doc/requirements.txt
9494
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
9595

@@ -128,7 +128,7 @@ commands =
128128
[testenv:bandit]
129129
usedevelop = False
130130
deps =
131-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
131+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
132132
-r{toxinidir}/test-requirements.txt
133133
commands = bandit -r ironic_python_agent -x tests -n5 -ll -c tools/bandit.yml
134134

0 commit comments

Comments
 (0)