fix tests that were breaking on dev envs due to TIME_ZONE='UTC'

This commit is contained in:
Jason Bau
2014-02-06 23:07:26 -08:00
parent 1cef2fe59f
commit fc8efc3017
2 changed files with 11 additions and 14 deletions

View File

@@ -85,8 +85,6 @@ XQUEUE_INTERFACE = {
}
XQUEUE_WAITTIME_BETWEEN_REQUESTS = 5 # seconds
TIME_ZONE = 'UTC'
# Don't rely on a real staff grading backend
MOCK_STAFF_GRADING = True
MOCK_PEER_GRADING = True