summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-01-26 00:53:39 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-01-26 00:53:39 +0000
commit5c3f5be1ec112c51d98429d68aa87cb188523260 (patch)
tree4b97404bb5c0d04acecd50a6a45a059f91de56aa
parent6971810f1e5de4b7d5a720feb1df4b8c5ecb66aa (diff)
downloadpython-ironicclient-5c3f5be1ec112c51d98429d68aa87cb188523260.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/ocata
Change-Id: Ia2a6bf053ff844849069b807fcb6d1a2dd20caa2
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 59fc63a..b659be5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
TESTS_DIR=./ironicclient/tests/unit
usedevelop = True
install_command =
- {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+ {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt