summaryrefslogtreecommitdiffstats
path: root/patchwork/settings/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'patchwork/settings/base.py')
-rw-r--r--patchwork/settings/base.py2
1 files changed, 2 insertions, 0 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'