#880: hide copyrighted stuff,
[redakcja.git] / redakcja / settings / test.py
index 4762257..5fbd59f 100644 (file)
@@ -20,6 +20,7 @@ DATABASES = {
 import tempfile
 
 CATALOGUE_REPO_PATH = tempfile.mkdtemp(prefix='redakcja-repo')
+USE_CELERY = False
 
 INSTALLED_APPS += ('django_nose', 'dvcs.tests')