From 97d25aecfc988e853d38ecbc52ac7f17a291690f Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Mon, 14 Nov 2016 21:41:12 +0800 Subject: [PATCH] Don't include openstack/common in flake8 exclude list And remove the configuration file. Change-Id: I6320b0b2e75c518dcd13577b5f10ec3839094131 --- openstack-common.conf | 6 ------ tox.ini | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 openstack-common.conf diff --git a/openstack-common.conf b/openstack-common.conf deleted file mode 100644 index de2903e..0000000 --- a/openstack-common.conf +++ /dev/null @@ -1,6 +0,0 @@ -[DEFAULT] - -# The list of modules to copy from oslo-incubator.git - -# The base module to hold the copy of openstack.common -base=cloudkittydashboard diff --git a/tox.ini b/tox.ini index f58af1c..983bfb4 100644 --- a/tox.ini +++ b/tox.ini @@ -33,4 +33,4 @@ commands = oslo_debug_helper {posargs} show-source = True ignore = E123,E125 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,.ropeproject +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject