Skip to content

Commit e9dbb48

Browse files
committed
Remove dependency on django-discover-runner.
1 parent bb21def commit e9dbb48

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

requirements_dev.txt

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ sqlparse
1010
# Testing
1111

1212
coverage
13-
django-discover-runner
1413
flake8
1514
selenium
1615
tox

tests/settings.py

-3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,3 @@
7373
# Django's test client sets wsgi.multiprocess to True inappropriately
7474
'RENDER_PANELS': False,
7575
}
76-
77-
if django.VERSION[:2] < (1, 6):
78-
TEST_RUNNER = 'discover_runner.DiscoverRunner'

0 commit comments

Comments
 (0)