JuliaTime / TimeZones.jl

IANA time zone database access for the Julia programming language
Other
87 stars 53 forks source link

Enable Aqua tests #459

Closed omus closed 4 months ago

ericphanson commented 4 months ago

This seems to have broken pre-v1.9:

ERROR: LoadError: LoadError: ArgumentError: Package TimeZones does not have RecipesBase in its dependencies:
- If you have TimeZones checked out for development and have
  added RecipesBase as a dependency but haven't updated your primary
  environment's manifest file, try `Pkg.resolve()`.
- Otherwise you may need to report an issue with TimeZones

https://github.com/jump-dev/Convex.jl/actions/runs/9180785040/job/25247128212?pr=684

RecipeBase can't be removed, as the extension code is being conditionally included, meaning it must still be a direct dep