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
This commit is contained in:
Lu lei 2016-08-05 10:22:20 +08:00
parent a9139a131c
commit 6e70a2a7fc
1 changed files with 1 additions and 1 deletions

View File

@ -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