Projet

Général

Profil

0004-tests-remove-unused-celery-option-40288.patch

Nicolas Roche, 03 mars 2020 09:15

Télécharger (670 octets)

Voir les différences:

Subject: [PATCH 4/4] tests: remove unused celery option (#40288)

 tests/settings.py | 1 -
 1 file changed, 1 deletion(-)
tests/settings.py
1 1
LANGUAGE_CODE = 'en-us'
2
CELERY_ALWAYS_EAGER = True
3 2
BROKER_URL = 'memory://'
4 3
OZWILLO_SECRET = 'secret'
5 4

  
6 5
INSTALLED_APPS += ('hobo.contrib.ozwillo',)
7 6

  
8 7
ALLOWED_HOSTS.append('localhost')
9 8

  
10 9
TEMPLATES[0]['OPTIONS']['debug'] = True
11
-