Skip to content

Commit e088877

Browse files
committed
Ignore unloaded Requires
1 parent eefd1ee commit e088877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include("utils.jl")
1111
@testset verbose = true "Code quality" begin
1212
if VERSION >= v"1.10"
1313
@testset "Aqua" begin
14-
Aqua.test_all(SparseMatrixColorings)
14+
Aqua.test_all(SparseMatrixColorings; stale_deps=(; ignore=[:Requires],))
1515
end
1616
@testset "JET" begin
1717
JET.test_package(SparseMatrixColorings; target_defined_modules=true)

0 commit comments

Comments
 (0)