Hi Ian, Its definitely safe to have it on 0.4. Are you putting it in /REQUIRE or > /test/REQUIRE? You probably want to put it in the latter. (Apologies if I'm > telling you something you already know!) >
In "/REQUIRE" - this is for EasyPkg (https://github.com/oschulz/EasyPkg.jl), so it's a special case: EasyPkg provides a function "runalltests()" that uses functionality from BaseTestNext. I does mean that packages using EasyPkg in "/REQUIRE" (EasyPkg also provides things not related to testing) will indirectly require BaseTestNext as well - but as it is part of Julia in v0.5 anyhow, I guess that's Ok, right? Otherwise, I'd have to split EasyPkg in two packages. Cheers, Oliver
