From 344f96b4dbb70de3510cb10fac95abce40b745fc Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Fri, 25 Nov 2016 11:33:16 +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: I0ea7498601b18c7aa00d04f50c83c9fa23083958 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fd3cfc6..81f4be4 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ deps = .[bandit] commands = bandit -s B701 -r renderspec -x tests [flake8] -exclude = .venv,.git,.tox,dist,doc,*openstack/common/*,*lib/python*,*egg,build +exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build [testenv:docs] commands = python setup.py build_sphinx