Get LMS tests passing.
This commit is contained in:
@@ -56,7 +56,8 @@ MEDIA_URL = "/static/uploads/"
|
||||
|
||||
CELERY_ALWAYS_EAGER = True
|
||||
CELERY_RESULT_BACKEND = 'cache'
|
||||
BROKER_TRANSPORT = 'memory'
|
||||
CELERY_CACHE_BACKEND = 'memory'
|
||||
#BROKER_TRANSPORT = 'memory'
|
||||
|
||||
###################### Grade Downloads ######################
|
||||
GRADES_DOWNLOAD = {
|
||||
|
||||
@@ -300,6 +300,7 @@ GIT_REPO_DIR = TEST_ROOT / "course_repos"
|
||||
|
||||
CELERY_ALWAYS_EAGER = True
|
||||
CELERY_RESULT_BACKEND = 'cache'
|
||||
CELERY_CACHE_BACKEND = 'memory'
|
||||
BROKER_TRANSPORT = 'memory'
|
||||
|
||||
######################### MARKETING SITE ###############################
|
||||
|
||||
Reference in New Issue
Block a user