diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index 0141bc3..b25b0df 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -359,6 +359,7 @@ class ExclusionPlugin(Plugin): class StreamCapturer(Thread): + daemon = True # Don't hang if main thread crashes started = False def __init__(self): super(StreamCapturer, self).__init__()