summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-06-19 12:22:48 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-06-19 12:22:51 +0800
commit69ef9d81ced4db4acac225ad81288c9f4d78c77b (patch)
tree4a56c8e2f0c6ed04cfde58fe4ac1379f3cd7418c /tox.ini
parent43e6338748d30f761199782c860a18f9013a843a (diff)
downloadpython-glanceclient-69ef9d81ced4db4acac225ad81288c9f4d78c77b.tar.gz
Modify the url of upper_constraints_file
Depends-On: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I63be5a18a8221f0ca2b1f2a96367288833e4a096
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b2b2865..6b4b14d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
OS_STDERR_NOCAPTURE=False
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}