Remove the openstack-common.conf and dirs in solumclient
Change-Id: I16be344a50f28ada8d97aaad8d115ed20acc1e46
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
source = solumclient
|
source = solumclient
|
||||||
omit = solumclient/tests/*,solumclient/openstack/*
|
omit = solumclient/tests/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
@@ -1,8 +0,0 @@
|
|||||||
[DEFAULT]
|
|
||||||
|
|
||||||
# The list of modules to copy from oslo-incubator.git
|
|
||||||
module=apiclient
|
|
||||||
module=cliutils
|
|
||||||
|
|
||||||
# The base module to hold the copy of openstack.common
|
|
||||||
base=solumclient
|
|
2
tox.ini
2
tox.ini
@@ -37,7 +37,7 @@ commands = ./coverage.sh {posargs}
|
|||||||
show-source = True
|
show-source = True
|
||||||
ignore = E123,E125,H803
|
ignore = E123,E125,H803
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||||
|
|
||||||
[hacking]
|
[hacking]
|
||||||
import_exceptions = solumclient.i18n
|
import_exceptions = solumclient.i18n
|
||||||
|
Reference in New Issue
Block a user