Remove NoseTestSuiteRunner - now using pytest.

This commit is contained in:
John Eskew
2017-09-19 18:00:38 -04:00
parent 2fafa54662
commit fa6d94d144
5 changed files with 0 additions and 40 deletions

View File

@@ -2090,7 +2090,6 @@ INSTALLED_APPS = [
# For testing
'django.contrib.admin', # only used in DEBUG mode
'django_nose',
'debug',
'django_extensions',

View File

@@ -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