From 5a7e49aef1dac64684f3139c34f48a8d23cbab0b Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 15 Feb 2018 03:30:46 +0900 Subject: [PATCH] Drop BRANCH_NAME and CLIENT_NAME in tox.ini These variables are not used in tools/tox_install.sh, so they are unnecessary. Change-Id: Id7fd18f24ee0fcbc65c81c3a23132e866fe56c1c --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index cfe8990..04ef4d4 100644 --- a/tox.ini +++ b/tox.ini @@ -7,8 +7,6 @@ skipsdist = True usedevelop = True install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} setenv = VIRTUAL_ENV={envdir} - BRANCH_NAME=master - CLIENT_NAME=neutron-vpnaas-dashboard NOSE_WITH_OPENSTACK=1 NOSE_OPENSTACK_COLOR=1 NOSE_OPENSTACK_RED=0.05