diff --git a/test/REQUIRE b/test/REQUIRE index 97f92b6e..0d9a15c5 100644 --- a/test/REQUIRE +++ b/test/REQUIRE @@ -4,7 +4,7 @@ ImageMagick @osx QuartzImageIO GR 0.31.0 RDatasets -VisualRegressionTests 0.1+ +VisualRegressionTests 0.2 UnicodePlots LaTeXStrings Gtk diff --git a/test/runtests.jl b/test/runtests.jl index e684286e..41f91229 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,7 +1,7 @@ module PlotsTests using Pkg -Pkg.add(PackageSpec(url="https://github.com/tkf/PlotReferenceImages.jl", rev="pkg3")) +Pkg.add(PackageSpec(url="https://github.com/tkf/PlotReferenceImages.jl")) include("imgcomp.jl")