Remove openstack/common from the exclude list of flake8 in tox

The Oslo team has moved all previously incubated code from the
'openstack/oslo-incubator' repository into separate library
repositories and released those libraries to the Python Package
Index, so the directory should be removed.

Change-Id: Iba22758f26152f847b518ba899c2e3d8eb5d678f
This commit is contained in:
shizhihui 2016-08-07 11:09:14 +08:00
parent 8493c95054
commit 21eed0b726
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ commands =
{envpython} {toxinidir}/manage.py test openstack_dashboard --settings=openstack_dashboard.test.settings {posargs}
[flake8]
exclude = .venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject
exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject
# H405 multi line docstring summary not separated with an empty line
ignore = H405
max-complexity = 20