diff --git a/src/calibre/test_build.py b/src/calibre/test_build.py index 3fce5203f7..65bf8b6a52 100644 --- a/src/calibre/test_build.py +++ b/src/calibre/test_build.py @@ -236,6 +236,8 @@ def test_terminal(): def test_markdown(): from calibre.ebooks.markdown import Markdown Markdown(extensions=['extra']) + import bleach + bleach.clean(u'xxx') print('Markdown OK!') def test():