summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-01-24 19:32:45 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-01-24 19:32:45 +0000
commit637bb4d195429adfa34c9a62daa905e94869e503 (patch)
treef21877b1d08b686344eedb9eb9dd69ccfb5d8318
parent947e1c1758dcef38aaf7563ab29e4bfb5b8ad909 (diff)
downloadpython-glanceclient-637bb4d195429adfa34c9a62daa905e94869e503.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/queens
Change-Id: I66ca8ab17a1ba2d044af9e72292589fbc18beedf
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e6915cc..29aedab 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
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 = python setup.py testr --testr-args='{posargs}'