Skip to content

Commit 839502e

Browse files
openstackadminElod Illes
authored andcommitted
[stable-only] 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: I9dad37b404c41f6837bff49c8dcb0d9d254d37f7
1 parent c38b1db commit 839502e

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
@@ -26,7 +26,7 @@ setenv =
2626
# TODO(stephenfin): Remove once we bump our upper-constraint to SQLAlchemy 2.0
2727
SQLALCHEMY_WARN_20=1
2828
deps =
29-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
29+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
3030
-r{toxinidir}/requirements.txt
3131
-r{toxinidir}/test-requirements.txt
3232
extras =
@@ -200,7 +200,7 @@ description =
200200
# Note that we don't use {[testenv]deps} for deps here because we don't want
201201
# to install (test-)requirements.txt for docs.
202202
deps =
203-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
203+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
204204
-r{toxinidir}/requirements.txt
205205
-r{toxinidir}/doc/requirements.txt
206206
extras =

0 commit comments

Comments
 (0)