Trivial: ignore openstack/common in flake8 exclude list

The directory openstack/common doesn't exist any more,
so remove it from flake8 exclude list.

Change-Id: I59e0b4c4c3ca5345260d6c0f2ef3a3a27cc3535b
This commit is contained in:
ChangBo Guo(gcb) 2016-05-11 14:11:48 +08:00
parent 62abc2a64e
commit f2b765abf2

View File

@ -42,7 +42,7 @@ setenv = TESTS_DIR=./ironicclient/tests/functional
[flake8]
ignore =
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools
[hacking]
import_exceptions = testtools.matchers