summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-02-05 23:48:14 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-02-05 23:48:14 +0000
commit8dbfcb5b144a5d2f218100fe2ac9751589667783 (patch)
tree7789471808fedea1a8b45ea06c41e207206d3b8a
parent5afbaa2edcad9c0a4ee13fe0898fa41e1d3a38af (diff)
downloadtrove-8dbfcb5b144a5d2f218100fe2ac9751589667783.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/ocata
Change-Id: I10b8dfe4c7c3b90035b2785d1142d79e585a7a17
-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