summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-01-24 18:04:00 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-01-24 18:04:00 +0000
commitf038e2232680d69598b265975b1eefe2d317d2b9 (patch)
treefae7ed1c61a2c51b4c19e725b9f5139efafa2bce
parent7aa6aa7d51a04dc16296f10797e223dd1e1d364b (diff)
downloadoslo-concurrency-f038e2232680d69598b265975b1eefe2d317d2b9.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/queens
Change-Id: Ia231d0251d2d1ae026952fa3883f9daecbf7ea57
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 80161ca..be8019f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py35,py27,pep8
[testenv]
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}/test-requirements.txt
-r{toxinidir}/requirements.txt
# We want to support both vanilla stdlib and eventlet monkey patched