Skip to content

Commit

Permalink
Merge fdce982 into ec07c8c
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Mar 7, 2019
2 parents ec07c8c + fdce982 commit c1d5407
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
6 changes: 1 addition & 5 deletions tests/test_social.py
@@ -1,5 +1,4 @@
import json
import logging
try:
from urlparse import parse_qsl, urlparse
except ImportError:
Expand All @@ -12,6 +11,7 @@
except ImportError:
from django.core.urlresolvers import reverse # Django < 2.x
from django.contrib.auth import get_user_model
from django.test import modify_settings
from django.test.utils import override_settings
from rest_framework.test import APITestCase
from rest_framework.authtoken.models import Token
Expand All @@ -23,10 +23,6 @@
from social_core.tests.backends.test_twitter import TwitterOAuth1Test

from rest_social_auth import views
from .utils import modify_settings


l = logging.getLogger(__name__)


# don't run third party tests
Expand Down
50 changes: 0 additions & 50 deletions tests/utils.py

This file was deleted.

0 comments on commit c1d5407

Please sign in to comment.