skip openid test if python-openid isn't installed
[mediagoblin.git] / mediagoblin / tests / test_openid.py
index 23a2290e669d40d15aa95ce4e5ab6870b6b20cfc..3dfafb600ee593737874d8eb2880b5f763abccdb 100644 (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):