From ec0ecfc1b9cc96ffa62206b07fd9890186ab2cad Mon Sep 17 00:00:00 2001 From: Joe Jevnik Date: Mon, 20 Jun 2016 14:49:51 -0400 Subject: [PATCH] TST: don't use showprogress in tests --- tests/data/bundles/test_yahoo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/bundles/test_yahoo.py b/tests/data/bundles/test_yahoo.py index 80937cd6..deae36dc 100644 --- a/tests/data/bundles/test_yahoo.py +++ b/tests/data/bundles/test_yahoo.py @@ -169,7 +169,7 @@ class YahooBundleTestCase(WithResponses, ZiplineTestCase): 'ZIPLINE_ROOT': zipline_root, } - self.ingest('bundle', environ=environ) + self.ingest('bundle', environ=environ, show_progress=False) bundle = self.load('bundle', environ=environ) sids = 0, 1, 2