From 21eed0b72627f194e966b2aea45aca890214030b Mon Sep 17 00:00:00 2001 From: shizhihui Date: Sun, 7 Aug 2016 11:09:14 +0800 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 511d2610ba..87ab5ee1b6 100644 --- a/tox.ini +++ b/tox.ini @@ -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