Skip to content

Commit c44d147

Browse files
committed
Remove Django 1.6 compat in tests/settings.py
1 parent 812f27f commit c44d147

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/settings.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# -*- coding: utf-8 -*-
22
import os.path
33

4-
import django
5-
64
DEBUG = False
75

86
RUNTESTS_DIR = os.path.abspath(os.path.dirname(__file__))
@@ -44,6 +42,3 @@
4442
]
4543

4644
ROOT_URLCONF = "tests.urls"
47-
48-
if django.VERSION[:2] < (1, 6):
49-
TEST_RUNNER = "discover_runner.DiscoverRunner"

0 commit comments

Comments
 (0)