Skip to content

Stale deps test misses Statistics in BlockBandedMatrices.jl #163

@jishnub

Description

@jishnub

In https://github.com/JuliaLinearAlgebra/BlockBandedMatrices.jl/actions/runs/5672874507/job/15373054076, the Aqua ("project quality") test passed, but the package has Statistics as a stale dependency that it doesn't load. The Aqua command that it uses is

Aqua.test_all(BlockBandedMatrices, ambiguities=false, piracy=false,
        # only test formatting on VERSION >= v1.7
        # https://github.com/JuliaTesting/Aqua.jl/issues/105#issuecomment-1551405866
        project_toml_formatting = VERSION >= v"1.9")

so stale deps should be tested for. Oddly, this leads to a test failure in a downstream test in FillArrays.jl (I'm unsure if this has just been fixed).

In case it matters, one of the example files (in the examples directory) loads Statistics

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions