Skip to content

Commit cef630a

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: Ie164a66bddcdb4768e6488fc2ea813b2e463c9d5
1 parent 248fafa commit cef630a

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
@@ -14,7 +14,7 @@ setenv = VIRTUAL_ENV={envdir}
1414
LC_ALL=en_US.UTF-8
1515
TESTS_DIR=./networking_generic_switch/tests/unit/
1616
deps =
17-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
17+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
1818
-r{toxinidir}/requirements.txt
1919
-r{toxinidir}/test-requirements.txt
2020
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
@@ -41,7 +41,7 @@ setenv = PYTHONHASHSEED=0
4141
sitepackages = False
4242
envdir = {toxworkdir}/venv
4343
deps =
44-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
44+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
4545
-r{toxinidir}/requirements.txt
4646
-r{toxinidir}/doc/requirements.txt
4747
commands =
@@ -59,15 +59,15 @@ commands =
5959

6060
[testenv:releasenotes]
6161
deps =
62-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
62+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
6363
-r{toxinidir}/doc/requirements.txt
6464
commands =
6565
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
6666

6767
[testenv:venv]
6868
setenv = PYTHONHASHSEED=0
6969
deps =
70-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
70+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
7171
-r{toxinidir}/test-requirements.txt
7272
-r{toxinidir}/doc/requirements.txt
7373
commands = {posargs}

0 commit comments

Comments
 (0)