summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-07-28 21:05:25 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-07-28 21:05:25 +0000
commit7d786f80d856b10c927d8a47c09a2737e41091ed (patch)
tree75059f4517f416367e06f6ac9324660cee36d73e
parent9d025ec26dcfc53d3eba3b5602f8b26f7356e426 (diff)
downloadoslo-rootwrap-7d786f80d856b10c927d8a47c09a2737e41091ed.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/pike
Change-Id: I54262f2e1c60645dea8c671c128e3aca8e6c13dd
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5e799ea..4ccd8d9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ setenv =
VIRTUAL_ENV={envdir}
BRANCH_NAME=master
CLIENT_NAME=oslo.rootwrap
-install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
# Functional tests with Eventlet involve monkeypatching, so force them to be
# run in a separate process