Skip to content

Commit af435ee

Browse files
committed
Remove ipdb installation in tox debug section
The lastest ipdb depends on ipython 6.0, but ipython 6.0 only can be installed in python 3.3 and above, see http://paste.openstack.org/show/607632/ . If we try to run "tox -e debug" in python2.7, the install error is raised and block the function. Remove the ipdb installation, it's not necessary, we can use pdb to replace. Change-Id: Ib47bb5925b7a5b1d3a319b58fa219c1b57dccb93
1 parent db6081f commit af435ee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ commands =
7575
[testenv:debug]
7676
passenv = OS_*
7777
commands =
78-
pip install -q -U ipdb
7978
oslo_debug_helper -t openstackclient/tests {posargs}
8079

8180
[testenv:docs]

0 commit comments

Comments
 (0)