summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-01-24 18:07:23 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-01-24 18:07:23 +0000
commitd46fc55f8d61baff41cf2c513e741f6e225e9f58 (patch)
tree9d57b8b498d04fec82b78f6c46170fb9330ce0ec
parent7496956776eacbc97949af9bf943c42d6b5330d2 (diff)
downloadoslo-rootwrap-d46fc55f8d61baff41cf2c513e741f6e225e9f58.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/queens
Change-Id: Id5b822d9b978bc7dacb87d2abfcdc1c06de7ab59
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c152eca..16bd101 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
# Functional tests with Eventlet involve monkeypatching, so force them to be