diff --git a/.coveragerc b/.coveragerc index 8b7399d..3b9a025 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,7 @@ [run] branch = True source = solumclient -omit = solumclient/tests/*,solumclient/openstack/* +omit = solumclient/tests/* [report] ignore_errors = True diff --git a/openstack-common.conf b/openstack-common.conf deleted file mode 100644 index f843172..0000000 --- a/openstack-common.conf +++ /dev/null @@ -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 diff --git a/tox.ini b/tox.ini index 3d050b6..ec17a38 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,7 @@ commands = ./coverage.sh {posargs} show-source = True ignore = E123,E125,H803 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build [hacking] import_exceptions = solumclient.i18n