summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2020-04-24 08:48:53 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2020-04-24 08:48:53 +0000
commita006dc41fb0925209f7cdb1d2547ddeee7510cbf (patch)
treece31169bc084fe73b95951369f48fface3966b76
parent06755d64b116cac2a8a6e63947bbc5127f316bc4 (diff)
downloadtrove-a006dc41fb0925209f7cdb1d2547ddeee7510cbf.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/ussuri
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/ussuri branch, tests will continue to use the upper-constraints list on master. Change-Id: Ie3d72850da513021dce750ed6fbe40ae23fb8c2e
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f8082055..64148ba4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command = pip install \
- -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} \
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri} \
-U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt