Fix oslo_debug_helper not running
Specify test directory so that tox won't complain `ImportError: Start directory is not importable` Change-Id: I16fff5a8a43da50e4db8fbc5ef32cb59b0ba7f24
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -26,7 +26,7 @@ commands =
|
||||
|
||||
[testenv:debug]
|
||||
basepython = python3
|
||||
commands = oslo_debug_helper {posargs}
|
||||
commands = oslo_debug_helper -t cloudkittyclient/tests {posargs}
|
||||
|
||||
[testenv:functional]
|
||||
passenv = OS_CLOUD OS_PROJECT_DOMAIN_ID OS_USER_DOMAIN_ID OS_PROJECT_DOMAIN_NAME OS_USER_DOMAIN_NAME OS_PROJECT_NAME OS_IDENTITY_API_VERSION OS_PASSWORD OS_AUTH_TYPE OS_AUTH_URL OS_USERNAME
|
||||
|
Reference in New Issue
Block a user