Skip to content

Commit

Permalink
Resolve breakage on newer quarto versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly committed Jul 19, 2024
1 parent 39de8ae commit 2b20fbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ NodeJS_18_jll = "c1e1d063-8311-5f52-a749-c7b05e91ae37"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
quarto_jll = "b7163347-bfae-5fd9-aba4-19f139889d78"

[compat]
quarto_jll = "1.4.549"
2 changes: 1 addition & 1 deletion test/testsets/non_standard_mimetypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ include("../utilities/prelude.jl")
# (pdf). All we are doing here at the moment is ensuring quarto doesn't
# break on our notebook outputs.
if success(`$quarto_bin --version`)
@test success(`$quarto_bin render $ipynb --to $format`)
@test success(`$quarto_bin render $ipynb --no-execute --to $format`)
else
@error "quarto not found, skipping smoke test."
end
Expand Down
2 changes: 1 addition & 1 deletion test/utilities/prelude.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if !@isdefined(SCHEMA)
# (pdf). All we are doing here at the moment is ensuring quarto doesn't
# break on our notebook outputs.
if success(`$quarto_bin --version`)
@test success(`$quarto_bin render $ipynb --to docx`)
@test success(`$quarto_bin render $ipynb --no-execute --to docx`)
else
@error "quarto not found, skipping smoke test."
end
Expand Down

0 comments on commit 2b20fbe

Please sign in to comment.