mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
testing: remove django-discover-runner
project supports Django 1.11+ > https://pypi.org/project/django-discover-runner/ This runner has been added to Django 1.6 as the default test runner. If you use Django 1.6 or above you don’t need this app. fix #250
This commit is contained in:
parent
601d52218a
commit
ac6d31bb83
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -34,7 +34,6 @@ setup(
|
|||
'email': ['dj-email-url'],
|
||||
'search': ['dj-search-url'],
|
||||
'testing': [
|
||||
'django-discover-runner',
|
||||
'mock',
|
||||
'django-cache-url>=1.0.0',
|
||||
'dj-database-url',
|
||||
|
|
|
|||
Loading…
Reference in a new issue