Merge "Add oslo_debug_helper to tox.ini"
This commit is contained in:
commit
b468310d54
5
tox.ini
5
tox.ini
@ -45,4 +45,7 @@ import_exceptions = oslo_service._i18n
|
||||
# this also means that pip-missing-reqs must be installed separately, outside
|
||||
# of the requirements.txt files
|
||||
deps = pip_missing_reqs
|
||||
commands = pip-missing-reqs -d --ignore-module=oslo_service* --ignore-module=pkg_resources --ignore-file=oslo_service/tests/* oslo_service
|
||||
commands = pip-missing-reqs -d --ignore-module=oslo_service* --ignore-module=pkg_resources --ignore-file=oslo_service/tests/* oslo_service
|
||||
|
||||
[testenv:debug]
|
||||
commands = oslo_debug_helper -t oslo_service/tests {posargs}
|
Loading…
x
Reference in New Issue
Block a user