From 73a3b1a0cdf11a6dba6aa221a456dd6c551eef4a Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Wed, 24 Jan 2018 14:54:24 -0200 Subject: [PATCH] =?UTF-8?q?Troca=20integra=C3=A7=C3=A3o=20do=20py.test=20c?= =?UTF-8?q?om=20ipdb=20pelo=20pdb++?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- requirements/dev-requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 674994ffa..49ded787e 100644 --- a/requirements/dev-requirements.txt +++ b/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