From b068ccbf747deef75dbc0f05b1f5545b3199a96c Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Thu, 9 Jan 2014 16:43:09 +0100 Subject: [PATCH] Remove __MARCONI_SETUP__ The built-in Marconi used to use to track the service bootstrap process, is not needed anymore. This patch removes it. Change-Id: Ia599bd07006306a5b6368d52cd8548cb50b3d01e --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 14abfb315..e385f5eec 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,6 @@ setenv = NOSE_WITH_COVERAGE=1 commands = {posargs} [flake8] -builtins = __MARCONI_SETUP__ exclude = .venv*,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*.egg,.update-venv [hacking]