From ae9db6fd2b99c2645ce41dfd7d227f8778828cbd Mon Sep 17 00:00:00 2001 From: HaiJieZhang Date: Thu, 23 Mar 2017 11:28:16 +0800 Subject: [PATCH] Fix oslo_debug_helper not running Specify test directory so that tox won't complain `ImportError: Start directory is not importable`. Change-Id: I03108f71254e8cc99fb0fcab7d4f1f8614b4e60e Closes-Bug: #1666560 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b4953e76..fff568d3 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [testenv:debug] -commands = oslo_debug_helper {posargs} +commands = oslo_debug_helper -t patrole_tempest_plugin/tests {posargs} [flake8] # E123, E125 skipped as they are invalid PEP-8.