summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2020-04-14 10:19:25 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2020-04-14 10:19:25 +0000
commit89e567628b07d0fd7139ade9e9e550513b621fc2 (patch)
treef7c83d8ec24139ef963cd49fad733568366b3fff
parentf698a2ec5b84d025856f7c6ff73518631d70d71d (diff)
downloadosprofiler-stable/ussuri.tar.gz
Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuristable/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: I09972f2a1a00cfa5118edf0718fc1aaecb62ea2d
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7baedc7..f075046 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
LANGUAGE=en_US:en
LC_ALL=C
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
usedevelop = True