Remove NoseTestSuiteRunner - now using pytest.
This commit is contained in:
@@ -2090,7 +2090,6 @@ INSTALLED_APPS = [
|
||||
|
||||
# For testing
|
||||
'django.contrib.admin', # only used in DEBUG mode
|
||||
'django_nose',
|
||||
'debug',
|
||||
'django_extensions',
|
||||
|
||||
|
||||
@@ -91,9 +91,6 @@ PARENTAL_CONSENT_AGE_LIMIT = 13
|
||||
# Makes the tests run much faster...
|
||||
SOUTH_TESTS_MIGRATE = False # To disable migrations and use syncdb instead
|
||||
|
||||
# Nose Test Runner
|
||||
TEST_RUNNER = 'openedx.core.djangolib.nose.NoseTestSuiteRunner'
|
||||
|
||||
_SYSTEM = 'lms'
|
||||
|
||||
_REPORT_DIR = REPO_ROOT / 'reports' / _SYSTEM
|
||||
|
||||
Reference in New Issue
Block a user