Hi Kistoffer, Yes, you need to put test-only dependencies in test/REQUIRE - this is how Pkg.test() works, and thus how PackageEvaluator works.
Just need to merge my pull request from yesterday :D https://github.com/KristofferC/KDTrees.jl/pull/5 (and tag a new version) Cheers, Iain On Sunday, February 8, 2015 at 7:09:13 AM UTC-5, Kristoffer Carlsson wrote: > > Quick question. > > I am using the FactCheck package for my testing. When the automatic > package tester for registered package runs it fails because it can't find > FactCheck. > > Do I need to add FactCheck to my REQUIRE-file for the tests to pass (even > though it isn't actually needed to use the package)? > > Best regards, > Kristoffer. >
