Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Remove unused nose stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Thurgood committed Feb 6, 2014
1 parent 99dcb42 commit 7061970
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions go/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def static_paths(paths):
'django.contrib.admindocs',
'south',
'gunicorn',
'django_nose',
'djcelery',
'djcelery_email',
'crispy_forms',
Expand Down Expand Up @@ -237,7 +236,6 @@ def static_paths(paths):
}


TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
SKIP_SOUTH_TESTS = True
SOUTH_TESTS_MIGRATE = False
SOUTH_MIGRATION_MODULES = {
Expand Down
2 changes: 0 additions & 2 deletions go/testsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@

EMAIL_BACKEND = 'django.core.mail.backends.locmem.EmailBackend'

NOSE_ARGS = ['-evumitools', '-evumi_app', '-ehandlers', '-m^test']

MESSAGE_STORAGE = 'django.contrib.messages.storage.cookie.CookieStorage'
STATICFILES_STORAGE = 'pipeline.storage.NonPackagingPipelineStorage'

Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
# instead of working through all the other requirements before
# discovering that they aren't available should that be the case.
'Django==1.5.5',
'django-nose==1.0',
'nose==1.1.2',
'gunicorn==0.15.0',
'South==0.8.2',
'psycopg2==2.4',
Expand Down

0 comments on commit 7061970

Please sign in to comment.