Skip to content

Commit fd0f883

Browse files
committed
Comment out django_nose from INSTALLED_APPS in test settings
1 parent 784d83e commit fd0f883

File tree

1 file changed

+3
-3
lines changed
  • django_project/core/settings

1 file changed

+3
-3
lines changed

django_project/core/settings/test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
from .project import * # noqa
33

44
# http://hustoknow.blogspot.com/2011/02/setting-up-django-nose-on-hudson.html
5-
INSTALLED_APPS += [
6-
'django_nose', # don't remove this comma
7-
]
5+
# INSTALLED_APPS += [
6+
# 'django_nose', # don't remove this comma
7+
# ]
88

99
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
1010

0 commit comments

Comments
 (0)