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
commit 0a0bcbbda2
1 changed files with 0 additions and 1 deletions

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]