summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-15 10:42:48 +0000
committerGerrit Code Review <review@openstack.org>2017-02-15 10:42:48 +0000
commit60e35d16b5d944d708f781271d63ce17df31df4e (patch)
tree70fa6b0ab353a8752cfb334a0c61439043252237
parentaa25e0d897302e6a491a4d3f1230ab729169d483 (diff)
parent8dbfcb5b144a5d2f218100fe2ac9751589667783 (diff)
downloadtrove-60e35d16b5d944d708f781271d63ce17df31df4e.tar.gz
Merge "Update UPPER_CONSTRAINTS_FILE for stable/ocata" into stable/ocataocata-em7.0.0.0rc27.0.0
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 310629db..d559412e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
usedevelop = True
install_command = pip install \
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} \
+ -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} \
-U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt