aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2015-02-21 14:55:17 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2015-02-21 14:55:17 -0600
commit1965e8dd847f20558e1cec912cf5e5173b7c5bf3 (patch)
tree31fbb66e0f679f869d5a0c30e42a4c5a23755336
parentdbc383d4834daea1de2c59aa95c06198a3941d6e (diff)
downloadmediagoblin-1965e8dd847f20558e1cec912cf5e5173b7c5bf3.tar.lz
mediagoblin-1965e8dd847f20558e1cec912cf5e5173b7c5bf3.tar.xz
mediagoblin-1965e8dd847f20558e1cec912cf5e5173b7c5bf3.zip
Skip audio tests if scikits.audiolab not installed
-rw-r--r--mediagoblin/tests/test_audio.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/tests/test_audio.py b/mediagoblin/tests/test_audio.py
index 62d582ff..9826ceb1 100644
--- a/mediagoblin/tests/test_audio.py
+++ b/mediagoblin/tests/test_audio.py
@@ -25,6 +25,7 @@ import imghdr
#os.environ['GST_DEBUG'] = '4,python:4'
pytest.importorskip("gi.repository.Gst")
+pytest.importorskip("scikits.audiolab")
import gi
gi.require_version('Gst', '1.0')
from gi.repository import Gst