]> git.parisson.com Git - timeside.git/commitdiff
skip LiveDecoder doctest (hanging on some systems)
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 19 Jan 2014 18:09:00 +0000 (19:09 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 19 Jan 2014 18:09:00 +0000 (19:09 +0100)
timeside/decoder/live.py

index 4c7e5c65a7db00d3de9028ec03f25226b0505d7f..ed333bb4a0bbb49582abe1b727ec0c9b386134ed 100644 (file)
@@ -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