From b583ac2e40c19e6dde5e18fa893ee1c1471e5da8 Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Sat, 3 Oct 2020 13:50:41 +0900 Subject: [PATCH] don't end2end test for `minted2pdf` --- test/end2end/test_simple.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/end2end/test_simple.jl b/test/end2end/test_simple.jl index e51543a..b34344a 100644 --- a/test/end2end/test_simple.jl +++ b/test/end2end/test_simple.jl @@ -3,7 +3,7 @@ using Weave.Dates test_doctypes = filter(first.(Weave.list_out_formats())) do doctype # don't test doctypes which need external programs - doctype ∉ ("pandoc2html", "pandoc2pdf", "md2pdf") + doctype ∉ ("pandoc2html", "pandoc2pdf", "md2pdf", "minted2pdf") end function test_func(body) @@ -24,7 +24,6 @@ using Dates Date(now()) ``` """ - for doctype in test_doctypes test_mock_weave(test_func, julia_markdown_body; informat = "markdown", doctype = doctype) end