summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-03-04 17:17:58 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-03-04 17:17:58 +0000
commit75d17a56b66c5922aa24cf2fa5a411f21f2536e0 (patch)
treeab684b0f9e48de83d1bdcf9d2ab7994d6a6e8b3e
parent72dbadf688a2f992e0cec6b021ec9a253d83ffc5 (diff)
downloadoslo-db-stable/yoga.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/yogastable/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: I856eab368a7d2c4fb81c598413822b36f051b3f3
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 1cc1071..8dda7fd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ setenv =
# TODO(stephenfin): Remove once we bump our upper-constraint to SQLAlchemy 2.0
SQLALCHEMY_WARN_20=1
deps =
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands =
@@ -56,7 +56,7 @@ commands =
allowlist_externals =
rm
deps =
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf releasenotes/build