summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlikui <likui@yovole.com>2020-10-29 19:48:10 +0800
committerlikui <likui@yovole.com>2020-10-30 09:52:24 +0800
commitf05d554e3412a95490e6e26d3420e238db6f185c (patch)
tree920e209488d47d46b3558b0cee3d11f49f611e41
parentab4ec34ed9df715b1c960abad47847734f3311a0 (diff)
downloadcliff-f05d554e3412a95490e6e26d3420e238db6f185c.tar.gz
Update requirements URLs in tox config
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so will switch to the correct upper-constraints list automatically when the requirements repository branches. Change-Id: Ia69a02b539230e65e25da65d5d76a9f650490256
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4c2eab5..b794c83 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ commands =
stestr run {posargs}
stestr slowest
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt