summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-11 19:19:00 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-11 19:19:39 +0800
commit45cf9f0a9e69907f741651217493258965baf138 (patch)
tree4a49f451c318b4eed3b23098132c14e12e352094 /tox.ini
parent6bae2be9ba9d9809ac45d5e2a6bfe6422b5a87e3 (diff)
downloadoslo-concurrency-45cf9f0a9e69907f741651217493258965baf138.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: Ieb4a5aac33b69f4cd7a4c0761836cb6bee087430
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6510a7f..bd624c8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,7 +28,7 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_concurre
[flake8]
show-source = True
ignore = H405
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
+exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[hacking]
import_exceptions =