Fix oslo_debug_helper not running
Specify test directory so that tox won't complain `ImportError: Start directory is not importable Closes-Bug: #1666560 Change-Id: Idcf207c321641da5f00b9cee1a50c8626a4d424e
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -33,7 +33,7 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
|
|||||||
commands = python setup.py build_sphinx
|
commands = python setup.py build_sphinx
|
||||||
|
|
||||||
[testenv:debug]
|
[testenv:debug]
|
||||||
commands = oslo_debug_helper {posargs}
|
commands = oslo_debug_helper -t karborclient/tests {posargs}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# E123, E125 skipped as they are invalid PEP-8.
|
# E123, E125 skipped as they are invalid PEP-8.
|
||||||
|
|||||||
Reference in New Issue
Block a user