From 7fdbb9db74e60e41eef140af999bb3f0927c59f5 Mon Sep 17 00:00:00 2001 From: Alex Kang Date: Wed, 27 Jan 2016 11:09:01 -0800 Subject: [PATCH] Instruct tox to ignore import exeption on vmware_nsx_tempest._i18n vmware_nsx_tempest bound to vmware-nsx validation rules. This adds vmware_nsx_tempest._i18n to import_exceptions to ask validation process to ignore import non-module statements. Change-Id: I585ae76ee94304ad97a3132b709693b8a19142d2 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6bd6c52650..438cbd3f63 100644 --- a/tox.ini +++ b/tox.ini @@ -88,5 +88,6 @@ commands = pylint --rcfile=.pylintrc --output-format=colorized {posargs:vmware_nsx/neutron} [hacking] -import_exceptions = vmware_nsx._i18n +import_exceptions = vmware_nsx._i18n, + vmware_nsx_tempest._i18n local-check-factory = neutron.hacking.checks.factory