X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1b718c10066557540770bb0960a773dce0ad4462..e5ba4e015ad743e8581275272c61a660f32d9fed:/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')