From e1d5a40b6f08dfa0cc9bfce914f40df59d859aaf Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 19 Jan 2014 19:09:00 +0100 Subject: [PATCH] skip LiveDecoder doctest (hanging on some systems) --- timeside/decoder/live.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeside/decoder/live.py b/timeside/decoder/live.py index 4c7e5c6..ed333bb 100644 --- a/timeside/decoder/live.py +++ b/timeside/decoder/live.py @@ -66,7 +66,7 @@ class LiveDecoder(Decoder): >>> a = timeside.analyzer.Waveform() >>> e = timeside.encoder.Mp3Encoder('test_live.mp3', overwrite=True) >>> pipe = (live | a | e) - >>> pipe.run() + >>> pipe.run() # doctest: +SKIP >>> import matplotlib.pyplot as plt # doctest: +SKIP >>> plt.plot(a.results['waveform_analyzer'].time, # doctest: +SKIP -- 2.39.5