Merge "Remove outdated import_exceptions for hacking"
This commit is contained in:
commit
2538f22c9c
@ -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
|
||||||
|
3
tox.ini
3
tox.ini
@ -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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user