fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move updating covers in children to the end of publishing process,
[wolnelektury.git]
/
apps
/
catalogue
/
test_utils.py
diff --git
a/apps/catalogue/test_utils.py
b/apps/catalogue/test_utils.py
index
59e5138
..
d447d0c
100644
(file)
--- a/
apps/catalogue/test_utils.py
+++ b/
apps/catalogue/test_utils.py
@@
-10,7
+10,7
@@
from librarian import WLURI
@override_settings(
MEDIA_ROOT=tempfile.mkdtemp(prefix='djangotest_'),
@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={
NO_SEARCH_INDEX = True,
CELERY_ALWAYS_EAGER = True,
CACHES={