X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1b718c10066557540770bb0960a773dce0ad4462..09e8e10bd9c2e35ca5573c60763c1838b8242331:/redakcja/settings/test.py diff --git a/redakcja/settings/test.py b/redakcja/settings/test.py index 47622577..5fbd59f5 100644 --- a/redakcja/settings/test.py +++ b/redakcja/settings/test.py @@ -20,6 +20,7 @@ DATABASES = { import tempfile CATALOGUE_REPO_PATH = tempfile.mkdtemp(prefix='redakcja-repo') +USE_CELERY = False INSTALLED_APPS += ('django_nose', 'dvcs.tests')