Move updating covers in children to the end of publishing process,
[wolnelektury.git] / apps / catalogue / test_utils.py
index 59e5138..d447d0c 100644 (file)
@@ -10,7 +10,7 @@ from librarian import WLURI
 
 @override_settings(
     MEDIA_ROOT=tempfile.mkdtemp(prefix='djangotest_'),
-    CATALOGUE_DONT_BUILD={'pdf', 'mobi', 'epub', 'txt', 'fb2', 'cover'},
+    CATALOGUE_DONT_BUILD=set(['pdf', 'mobi', 'epub', 'txt', 'fb2', 'cover']),
     NO_SEARCH_INDEX = True,
     CELERY_ALWAYS_EAGER = True,
     CACHES={