Update tox debug env
Having no path in debug environment assumes the test path to be neutron_tempest_plugin/tests which doesn't exists, so tox -e debug debug fails complaining that neutron_tempest_plugin/tests isn't importable. This patch fixes the test path for debug environment. Change-Id: Iac685d4d4fcee357c40141acc79b2aac28bd535b
This commit is contained in:
parent
e5afab788c
commit
3448e0b7d7
2
tox.ini
2
tox.ini
@ -33,7 +33,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 neutron_tempest_plugin/ {posargs}
|
||||
|
||||
[flake8]
|
||||
# E125 continuation line does not distinguish itself from next logical line
|
||||
|
Loading…
Reference in New Issue
Block a user