Merge "Remove outdated import_exceptions for hacking"

This commit is contained in:
Zuul 2018-10-19 07:36:36 +00:00 committed by Gerrit Code Review
commit 2538f22c9c
2 changed files with 1 additions and 4 deletions

View File

@ -16,7 +16,7 @@
import six import six
from blazarnova.i18n import _ # noqa from blazarnova.i18n import _
from nova.scheduler import filters from nova.scheduler import filters
from oslo_config import cfg from oslo_config import cfg

View File

@ -32,9 +32,6 @@ show-source = true
builtins = _ builtins = _
exclude = .venv,.git,.tmp,.tox,dist,doc,*lib/python*,*egg,tools exclude = .venv,.git,.tmp,.tox,dist,doc,*lib/python*,*egg,tools
[hacking]
import_exceptions = nova.openstack.common.gettextutils
[testenv:lower-constraints] [testenv:lower-constraints]
basepython = python3 basepython = python3
deps = deps =