We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb21def commit e9dbb48Copy full SHA for e9dbb48
requirements_dev.txt
@@ -10,7 +10,6 @@ sqlparse
10
# Testing
11
12
coverage
13
-django-discover-runner
14
flake8
15
selenium
16
tox
tests/settings.py
@@ -73,6 +73,3 @@
73
# Django's test client sets wsgi.multiprocess to True inappropriately
74
'RENDER_PANELS': False,
75
}
76
-
77
-if django.VERSION[:2] < (1, 6):
78
- TEST_RUNNER = 'discover_runner.DiscoverRunner'
0 commit comments