summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-03-22 10:26:52 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2021-03-22 10:26:52 +0000
commit87d681aa92b9a5db61edbeeaf8695a68ed2223b7 (patch)
treed4258738d6065e6591811297bce1bdf3504c8cb8
parent333364cea2db9bc57ba81eb48da4243967083900 (diff)
downloadtrove-87d681aa92b9a5db61edbeeaf8695a68ed2223b7.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/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: Ib56ef0e030243abdc2c5d961fd9a0a8665a07006
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 175a9c94..86e7ce8a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command = pip install \
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} \
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby} \
-U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt