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