Turn off hash randomization on the xdist workers as well.

This commit is contained in:
Feanil Patel
2019-09-06 15:25:25 -04:00
parent 486e25bd79
commit f2445cfe36
3 changed files with 5 additions and 1 deletions

View File

@@ -115,3 +115,5 @@ USE_TZ = True
RETIREMENT_SERVICE_WORKER_USERNAME = 'RETIREMENT_SERVICE_USER'
RETIRED_USERNAME_PREFIX = 'retired__user_'
PROCTORING_SETTINGS = {}