Skip to content

Commit 53b8015

Browse files
committed
removed django 1.6 compatibility settings
1 parent 13ed73b commit 53b8015

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

oauth2_provider/tests/settings.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,3 @@
118118
OAUTH2_PROVIDER = {
119119
'_SCOPES': ['example']
120120
}
121-
122-
import django
123-
124-
if django.VERSION[:2] < (1, 6):
125-
TEST_RUNNER = 'discover_runner.DiscoverRunner'
126-
INSTALLED_APPS += ('discover_runner',)
127-
else:
128-
TEST_RUNNER = 'django.test.runner.DiscoverRunner'

0 commit comments

Comments
 (0)