From 033a251aaa1db23ee25dd059ecd03d38d76d8cc9 Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Fri, 25 Nov 2016 12:32:53 +0800 Subject: 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: Ia154f7557575351173b9fe646e48bc5210ab698f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5269e06..f3f5c96 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen [flake8] show-source = True -exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools +exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools [hacking] import_exceptions = -- cgit v1.2.1