]> git.ozlabs.org Git - patchwork/blobdiff - patchwork/settings/dev.py
tests: Remove old-style test runner module
[patchwork] / patchwork / settings / dev.py
index 6e373cc74a29b55cce86ad16e9ca84d6dde94bf2..3f2355d0b2d7a7d8e465a36f872f13e03176f643 100644 (file)
@@ -42,9 +42,6 @@ DATABASES = {
     },
 }
 
-if django.VERSION >= (1, 7):
-    TEST_RUNNER = 'django.test.runner.DiscoverRunner'
-
 #
 # Patchwork settings
 #