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

The directory openstack/common was used to keep codes from
oslo-incubator, we have retired oslo-incubator, so don't use
this directory any more.

Change-Id: I3ab5e9a9c3aad923cd4772cb060a1c6d98f0ee4f
This commit is contained in:
Hanxi Liu 2016-08-02 19:43:26 +08:00
parent 06204adac4
commit 4aa1bce505
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ commands = pifpaf -g AODH_TEST_STORAGE_URL run postgresql -- oslo_debug_helper {
[flake8]
ignore =
exclude=.venv,.git,.tox,dist,doc,./aodh/openstack/common,*lib/python*,*egg,build,install-guide
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,install-guide
show-source = True
[hacking]