Switch to using hacking checks from neutron-lib

Temporarily comment out the 'no neutron' check.

Change-Id: Iac7cee2f460c0e22d61c5bc0850ddcfed094087a
Partially-Implements: blueprint neutron-lib
This commit is contained in:
Doug Wiegley 2016-04-24 23:21:48 -05:00
parent fadfe86516
commit 5f3c257d6f
1 changed files with 4 additions and 2 deletions

View File

@ -93,7 +93,9 @@ commands = python setup.py build_sphinx
# E265 block comment should start with #
# H405 multi line docstring summary not separated with an empty line
# TODO(marun) H404 multi line docstring should start with a summary
ignore = E125,E126,E128,E129,E265,H404,H405
# TODO(dougwig) -- uncomment this to test for remaining linkages
# N530 direct neutron imports not allowed
ignore = E125,E126,E128,E129,E265,H404,H405,N530
show-source = true
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,.ropeproject,rally-scenarios
@ -106,7 +108,7 @@ commands =
[hacking]
import_exceptions = neutron_fwaas._i18n
local-check-factory = neutron.hacking.checks.factory
local-check-factory = neutron_lib.hacking.checks.factory
[testenv:genconfig]
commands = {toxinidir}/tools/generate_config_file_samples.sh