From d7e58a7b94cfd59268aa6ee397138f911d945adb Mon Sep 17 00:00:00 2001 From: lilintan Date: Sun, 11 Sep 2016 15:53:46 +0800 Subject: [PATCH] Don't include openstack/common in flake8 exclude list The directory openstack/common was used to keep codes from oslo-incubator, we have retired oslo-incubator, so don't use this directory any more. Change-Id: I7010754d7cd3c0d0d601b61bd3a870d59e3e6677 --- 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 b8f444c..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=neutron_lbaas_dashboard diff --git a/tox.ini b/tox.ini index 7f2edb5..4e3df96 100644 --- a/tox.ini +++ b/tox.ini @@ -61,4 +61,4 @@ commands = npm install show-source = True ignore = E123,E125 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build