mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-14 12:10:24 +08:00
goodbye old components.
This commit is contained in:
@@ -3,7 +3,7 @@ import pytz
|
||||
from pprint import pformat as pf
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
from unittest2 import TestCase
|
||||
from unittest2 import TestCase, skip
|
||||
from collections import defaultdict
|
||||
from zipline.gens.composites import date_sorted_sources, merged_transforms
|
||||
|
||||
@@ -218,7 +218,7 @@ class ComponentTestCase(TestCase):
|
||||
comp_c.proc.join()
|
||||
mon_proc.join()
|
||||
|
||||
|
||||
@skip
|
||||
def test_full(self):
|
||||
monitor = create_monitor(allocator)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user