From 280a6fee10464cceb20ec5dd436be62108a3b9e7 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 14 Feb 2019 15:08:18 +0000 Subject: [PATCH] Update .gitreview and tox.ini for stable/rocky Change-Id: I03a3535a65245654ac22c6f413415a73b20ea088 --- .gitreview | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitreview b/.gitreview index 067c5be..053b6bf 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.openstack.org port=29418 project=openstack/kayobe-config-dev.git +defaultbranch=stable/rocky diff --git a/tox.ini b/tox.ini index 063d2af..f9e9aee 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = True [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/rocky} -r{toxinidir}/test-requirements.txt [testenv:pep8]