From 6e70a2a7fcc610d0ad6b55ffde8b161c3c2f0a3d Mon Sep 17 00:00:00 2001 From: Lu lei Date: Fri, 5 Aug 2016 10:22:20 +0800 Subject: [PATCH] Remove *openstack/common* from flake8 excclude list in tox.ini The *openstack/common* was used to keep codes from oslo-incubator, but oslo-incubator was ignore in oslo3.11.0. So I think we needn't use it any more. Here is the oslo.utils CHANGES link: http://docs.openstack.org/developer/oslo.utils/history.html Change-Id: Ia8f46f8192bed49a7a7d71103c45a6ca5d2f6012 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bb64ef710..3ac1c70bc 100644 --- a/tox.ini +++ b/tox.ini @@ -90,7 +90,7 @@ commands = {posargs} ignore = E128 show-source = true builtins = _ -exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools,.ropeproject +exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,.ropeproject [hacking] import_exceptions = tacker._i18n