From d492b19f457c8b90aeee92b4603afe57b8b6c846 Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Fri, 25 Nov 2016 09:52:56 +0800 Subject: [PATCH] Don't include openstack/common in flake8 exclude list There is no this directory openstack/common which was used to keep codes from oslo-incubator, we have retired oslo-incubator. Removing openstack/commonfrom all OpenStack code in favor of the Oslo libraries is a project wide goal for the Ocata release. So don't use this directory any more. We should drop it for improving searching efficiency. Change-Id: Id4ff616ccb2dd28dac6d6ac40c9637644b783343 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2b61799..4f55efc 100644 --- a/tox.ini +++ b/tox.ini @@ -38,4 +38,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 +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build