Remove django-discover-runner app.

Because it has been added to Django 1.6 as the default test runner.
This commit is contained in:
Mozillazg 2014-06-04 11:19:59 +08:00
parent fdff60d930
commit 52a2c555ca
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
# Local development dependencies go here
-r base.txt
coverage==3.7.1
django-discover-runner==1.0
Sphinx
# django-debug-toolbar that works with Django 1.5+

View File

@ -1,4 +1,3 @@
# Test dependencies go here.
-r base.txt
coverage==3.7.1
django-discover-runner==1.0