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
This commit is contained in:
parent
ccdce866c6
commit
7fdbb9db74
3
tox.ini
3
tox.ini
@ -88,5 +88,6 @@ commands =
|
|||||||
pylint --rcfile=.pylintrc --output-format=colorized {posargs:vmware_nsx/neutron}
|
pylint --rcfile=.pylintrc --output-format=colorized {posargs:vmware_nsx/neutron}
|
||||||
|
|
||||||
[hacking]
|
[hacking]
|
||||||
import_exceptions = vmware_nsx._i18n
|
import_exceptions = vmware_nsx._i18n,
|
||||||
|
vmware_nsx_tempest._i18n
|
||||||
local-check-factory = neutron.hacking.checks.factory
|
local-check-factory = neutron.hacking.checks.factory
|
||||||
|
Loading…
Reference in New Issue
Block a user