X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/15dec706694c3afc006713be0fabb4973a6c2946..0d32008f4ab55669ec5eb13ed1af3c2741092ef5:/src/redakcja/settings/test.py?ds=sidebyside diff --git a/src/redakcja/settings/test.py b/src/redakcja/settings/test.py index c026af0f..fb27d3c5 100644 --- a/src/redakcja/settings/test.py +++ b/src/redakcja/settings/test.py @@ -1,7 +1,3 @@ -# -# Nose tests -# - from redakcja.settings import * DATABASES = { @@ -19,7 +15,6 @@ import tempfile CATALOGUE_REPO_PATH = tempfile.mkdtemp(prefix='redakcja-repo') CATALOGUE_IMAGE_REPO_PATH = tempfile.mkdtemp(prefix='redakcja-repo-img') MEDIA_ROOT = tempfile.mkdtemp(prefix='media-root') -CELERY_ALWAYS_EAGER = True INSTALLED_APPS += ('dvcs.tests',)