Fix #648: Improved test suite speed by reducing / disabling expensive operations

This commit is contained in:
Eliot Berriot 2019-01-04 11:47:23 +01:00
commit 7657db4212
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
8 changed files with 32 additions and 6 deletions

View file

@ -19,3 +19,7 @@ env =
CELERY_BROKER_URL=memory://
CELERY_TASK_ALWAYS_EAGER=True
FEDERATION_HOSTNAME=test.federation
DEBUG_TOOLBAR_ENABLED=False
DEBUG=False
WEAK_PASSWORDS=True
CREATE_IMAGE_THUMBNAILS=False