summaryrefslogtreecommitdiffstats
path: root/patchwork/settings
diff options
context:
space:
mode:
Diffstat (limited to 'patchwork/settings')
-rw-r--r--patchwork/settings/base.py2
-rw-r--r--patchwork/settings/dev.py3
2 files changed, 2 insertions, 3 deletions
diff --git a/patchwork/settings/base.py b/patchwork/settings/base.py
index 9b52989..5b40bcb 100644
--- a/patchwork/settings/base.py
+++ b/patchwork/settings/base.py
@@ -113,3 +113,5 @@ COMPAT_REDIR = True
# the scheme based on current access. This is useful if SSL protocol
# is terminated upstream of the server (e.g. at the load balancer)
FORCE_HTTPS_LINKS = False
+
+TEST_RUNNER = 'django.test.runner.DiscoverRunner'
diff --git a/patchwork/settings/dev.py b/patchwork/settings/dev.py
index 6e373cc..3f2355d 100644
--- a/patchwork/settings/dev.py
+++ b/patchwork/settings/dev.py
@@ -42,9 +42,6 @@ DATABASES = {
},
}
-if django.VERSION >= (1, 7):
- TEST_RUNNER = 'django.test.runner.DiscoverRunner'
-
#
# Patchwork settings
#