aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_audio.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/tests/test_audio.py')
-rw-r--r--mediagoblin/tests/test_audio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_audio.py b/mediagoblin/tests/test_audio.py
index 740d9cdd..62d582ff 100644
--- a/mediagoblin/tests/test_audio.py
+++ b/mediagoblin/tests/test_audio.py
@@ -24,7 +24,7 @@ import imghdr
#os.environ['GST_DEBUG'] = '4,python:4'
-#TODO: this should be skipped if video plugin is not enabled
+pytest.importorskip("gi.repository.Gst")
import gi
gi.require_version('Gst', '1.0')
from gi.repository import Gst