Skip to content

Commit 1bb0697

Browse files
openstackadminElod Illes
authored andcommitted
[stable-only] 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: I266e16e645c5676ba4cdf7572fbd472db1426b87
1 parent a473b5e commit 1bb0697

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/yoga}
3030
-r{toxinidir}/requirements.txt
3131
-r{toxinidir}/test-requirements.txt
3232
extras =
@@ -227,7 +227,7 @@ description =
227227
# Note that we don't use {[testenv]deps} for deps here because we don't want
228228
# to install (test-)requirements.txt for docs.
229229
deps =
230-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
230+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
231231
-r{toxinidir}/doc/requirements.txt
232232
extras =
233233
commands =

0 commit comments

Comments
 (0)