skip openid test if python-openid isn't installed

This commit is contained in:
Rodney Ewing 2013-07-10 14:06:54 -07:00
parent c37f31fbf3
commit f9931418d6

View File

@ -29,6 +29,7 @@ from mediagoblin.plugins.openid.models import OpenIDUserURL
from mediagoblin.tests.tools import get_app, fixture_add_user
from mediagoblin.tools import template
# App with plugin enabled
@pytest.fixture()
def openid_plugin_app(request):