mirror of
https://github.com/pretix/pretix.git
synced 2026-09-15 16:34:42 +00:00
Always disable django-compressor during tests
This commit is contained in:
@@ -9,3 +9,5 @@ INSTALLED_APPS.append('tests.testdummy')
|
|||||||
MEDIA_ROOT = os.path.join(TEST_DIR, 'media')
|
MEDIA_ROOT = os.path.join(TEST_DIR, 'media')
|
||||||
|
|
||||||
EMAIL_BACKEND = 'django.core.mail.outbox'
|
EMAIL_BACKEND = 'django.core.mail.outbox'
|
||||||
|
|
||||||
|
COMPRESS_ENABLED = COMPRESS_OFFLINE = False
|
||||||
|
|||||||
Reference in New Issue
Block a user