summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-11 14:44:16 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-11 14:44:16 +0800
commit12d4936f12ffaef1d8d1f753b2dc359e78205b34 (patch)
tree87d54a0789af82641058869f418efad0d1c67ca4
parent406c753a72c900884e07cd47ee5bc62d739f5e6a (diff)
downloadoslo-utils-12d4936f12ffaef1d8d1f753b2dc359e78205b34.tar.gz
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: I6f7f6bb9dd8b8e89979efd030a022d7455df67c7
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c53ec26..67f362c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,7 @@ commands = bandit -r oslo_utils -x tests -n5
[flake8]
ignore = E123,H405
show-source = True
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py
+exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py
[testenv:pip-missing-reqs]
# do not install test-requirements as that will pollute the virtualenv for