Skip audio tests if scikits.audiolab not installed

This commit is contained in:
Christopher Allan Webber 2015-02-21 14:55:17 -06:00
parent dbc383d483
commit 1965e8dd84

View File

@ -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