Browse Source

Troca integração do py.test com ipdb pelo pdb++

O plugin pytest-ipdb foi descontinuado e o
pdb++ se integra automaticamente com o py.test

Vide:
 https://github.com/mverteuil/pytest-ipdb#notice
 https://pypi.python.org/pypi/pdbpp
pull/1678/head
Marcio Mazza 7 years ago
parent
commit
73a3b1a0cd
  1. 5
      requirements/dev-requirements.txt

5
requirements/dev-requirements.txt

@ -1,9 +1,10 @@
-r test-requirements.txt
autopep8==1.2.4
beautifulsoup4==4.6.0
django-debug-toolbar==1.5
ipdb==0.10.1
pdbpp==0.9.2
pip-review==0.4
pygraphviz==1.3.1
pytest-ipdb==0.1-prerelease2
pipdeptree==0.10.1
pygraphviz==1.3.1

Loading…
Cancel
Save