From 02e57b63df3838fe3361971b6d2a45b91a2ae453 2014-07-17 17:06:10 From: Thomas Kluyver Date: 2014-07-17 17:06:10 Subject: [PATCH] markdown2html test doesn't rely on pandoc --- diff --git a/IPython/nbconvert/filters/tests/test_markdown.py b/IPython/nbconvert/filters/tests/test_markdown.py index 54e100a..0e4f5c7 100644 --- a/IPython/nbconvert/filters/tests/test_markdown.py +++ b/IPython/nbconvert/filters/tests/test_markdown.py @@ -63,8 +63,6 @@ class TestMarkdown(TestsBase): for index, test in enumerate(self.tests): self._try_markdown(markdown2latex, test, self.tokens[index]) - - @dec.onlyif_cmds_exist('pandoc') def test_markdown2html(self): """markdown2html test""" for index, test in enumerate(self.tests):