summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-03-04 17:18:50 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-03-04 17:18:50 +0000
commit30f7a248dcf1228e09d106559fb6653d55b8ab88 (patch)
tree5fc4247daf834445b5fa7e45780d5fc1218897c7
parent622e4217ab8ea461eb89c7816db85cee41c439e3 (diff)
downloadoslo-middleware-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: I4c8d2f012befe4a0ed4eba4035ca75122b470cbd
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 49530e6..7f4938e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ basepython = python3
setenv =
VIRTUAL_ENV={envdir}
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
commands = stestr run --slowest {posargs}