mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Merge pull request #736 from ewjoachim/fix-social-core
Fix import of social_core.exceptions in sso/pipeline.py
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
# Python Social Auth
|
# Python Social Auth
|
||||||
from social.exceptions import AuthException
|
from social_core.exceptions import AuthException
|
||||||
|
|
||||||
# Django
|
# Django
|
||||||
from django.utils.translation import ugettext_lazy as _
|
from django.utils.translation import ugettext_lazy as _
|
||||||
|
|||||||
2
awx/sso/tests/unit/test_pipeline.py
Normal file
2
awx/sso/tests/unit/test_pipeline.py
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
def test_module_loads():
|
||||||
|
from awx.sso import pipeline # noqa
|
||||||
Reference in New Issue
Block a user