TST: don't use showprogress in tests

This commit is contained in:
Joe Jevnik
2016-06-20 14:49:51 -04:00
committed by LotannaEzenwa
parent 25ed414a66
commit ec0ecfc1b9
+1 -1
View File
@@ -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