summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-01-26 00:28:16 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-01-26 00:28:16 +0000
commit2cf2d0e4503db5fa02c70673ee66d357692bf40c (patch)
tree973374465e8fb8ef0468ca822424a57eb7bd93fa
parent7c25dd524c049efc71b7bdf5bc6cd779b765cd26 (diff)
downloadpython-ironicclient-2cf2d0e4503db5fa02c70673ee66d357692bf40c.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/queens
Change-Id: I8171d81f31ccd6f2b3a4a1ba2b65d553b88e347b
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c6f22c1..8673c55 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command = pip install {opts} {packages}
deps =
- -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/queens}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =