-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
This package uses internals of Pkg when testing e.g.:
ArchGDAL.jl/test/remotefiles.jl
Lines 4 to 6 in 9cc8713
using Pkg.PlatformEngines | |
probe_platform_engines!() # for download |
These has been changed on Julia nightly. It would be good to transition these tests to use public functions (e.g. using the download
function and then verify using the SHA
stdlib).
visr and yeesian