From f86b4d09e48c6c8b6cd6564fb4858fec1620c230 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Thu, 25 May 2017 17:04:01 -0400 Subject: [PATCH] remove ipdb from test_reqs including ipdb involves installing ipython, which at this point has gotten pretty heavy-duty and shouldn't be necessary just to run these tests. This PR was influenced by an ipython-related error I saw on travis. --- test_reqs.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test_reqs.txt b/test_reqs.txt index 5c83585..f384f8c 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -6,4 +6,3 @@ pep8==1.7.0 pyflakes==1.2.3 statsd==3.2.1 django-statsd-mozilla==0.3.16 -ipdb==0.10.1