Fix oslo_debug_helper not running

Specify test directory so that tox won't complain
`ImportError: Start directory is not importable`.
Also fix a warning when running debug.

Change-Id: I9c9401c49328d0345de817d06460af76fc5bcd6b
Closes-Bug: #1666560
This commit is contained in:
Sharat Sharma 2017-03-07 15:39:02 +05:30
parent 2af985b8df
commit bfd79c0711
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:debug]
commands = oslo_debug_helper {posargs}
whitelist_externals = oslo_debug_helper
commands = oslo_debug_helper -t mistral_lib/tests {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.