diff --git a/src/calibre/test_build.py b/src/calibre/test_build.py index 162354dd4d..47b991868b 100644 --- a/src/calibre/test_build.py +++ b/src/calibre/test_build.py @@ -270,7 +270,8 @@ class BuildTest(unittest.TestCase): def test_markdown(self): from calibre.ebooks.markdown import Markdown - Markdown(extensions=['extra']) + from calibre.ebooks.conversion.plugins.txt_input import MD_EXTENSIONS + Markdown(extensions=MD_EXTENSIONS) from calibre.library.comments import sanitize_comments_html sanitize_comments_html(b'''xxx''')