diff --git a/PlotsBase/test/runtests.jl b/PlotsBase/test/runtests.jl index 3706c21fd..c7aca0e81 100644 --- a/PlotsBase/test/runtests.jl +++ b/PlotsBase/test/runtests.jl @@ -18,7 +18,7 @@ using PlotsBase # multiple weakdeps (keep in sync with Project.toml !) const WEAKDEPS = Expr( :block, - :(import Latexify) + :(import Latexify), :(import UnitfulLatexify), :(import LaTeXStrings), :(import Latexify),