Skip to content

Commit

Permalink
Disable nose runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ronardcaktus committed May 16, 2024
1 parent 1d08855 commit 25fc192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A Django settings module to support the tests

SECRET_KEY = 'dummy'
TEST_RUNNER = 'django_nose.runner.NoseTestSuiteRunner'
# TEST_RUNNER = 'django_nose.runner.NoseTestSuiteRunner'

MIDDLEWARE_CLASSES = (
'django.middleware.common.CommonMiddleware',
Expand Down

0 comments on commit 25fc192

Please sign in to comment.