summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-12-04 22:31:32 +0000
committerGerrit Code Review <review@openstack.org>2019-12-04 22:31:32 +0000
commite8aff313c9bcb4152cb7726ba992d072ee5c9ca3 (patch)
treedd93c454095b334cdec171bf60199880bd3f402c
parent638ab8be4ebe146db52de82838fa015722f92e7b (diff)
parent9f57a83518c13c41c2b3ca0acf19eb312f44cb6d (diff)
downloadheat-cfntools-e8aff313c9bcb4152cb7726ba992d072ee5c9ca3.tar.gz
Merge "Update the constraints url"
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7841f1d..7c6a24c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist = py27,py37,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}