From 8202c6aabc09e09c44e44d5558b9fb7e2e6d55cb Mon Sep 17 00:00:00 2001 From: lilintan Date: Tue, 2 Aug 2016 20:36:47 +0800 Subject: [PATCH] Don't include openstack/common in flake8 exclude list 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: I8ac81a0615f9d2e35012d95ceab3c21986b256ba --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 371858ce..beb0c8ef 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ commands = oslo_debug_helper -t keystoneauth1/tests {posargs} # D203: 1 blank line required before class docstring (deprecated in pep257) ignore = D100,D101,D102,D103,D104,D203 show-source = True -exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common* +exclude = .venv,.tox,dist,doc,*egg,build [testenv:docs] commands=