summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-01-24 19:46:05 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-01-24 19:46:05 +0000
commit7f63cfaa19a52b90d779164a041d8a73573e99fc (patch)
tree93169c5b209e1fb33f90ecf74cbb57ffff37fb70
parent9981cb9675c330032d7925449bdbf5b20181d3f5 (diff)
downloadpython-keystoneclient-7f63cfaa19a52b90d779164a041d8a73573e99fc.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/queens
Change-Id: Ib919ff67b2c2196148972e0f41967e9efd831edd
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8233748..4f36509 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
OS_STDERR_NOCAPTURE=False
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 = find . -type f -name "*.pyc" -delete