Merge "Remove ipdb installation in tox debug section"

This commit is contained in:
Jenkins
2017-04-26 19:29:43 +00:00
committed by Gerrit Code Review

View File

@@ -75,7 +75,6 @@ commands =
[testenv:debug]
passenv = OS_*
commands =
pip install -q -U ipdb
oslo_debug_helper -t openstackclient/tests {posargs}
[testenv:docs]