summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-03-18 11:21:56 +0000
committerStephen Finucane <stephenfin@redhat.com>2021-04-15 15:38:54 +0100
commitb40ca5f7c83462dee043f812aaf515eee12bc7fb (patch)
tree0012b16b80dee6d095d08d048210a453fdf97bb9
parent8c854bfd98fd016acddb2161c63bc4b9e77d1f60 (diff)
downloadoslo-middleware-stable/wallaby.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/wallabywallaby-em4.2.1stable/wallaby
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/wallaby branch, tests will continue to use the upper-constraints list on master. Change-Id: I4f35a2625445929c0d220d2cad461315623e920c
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index fc026a6..e5edbfa 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/wallaby}
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}