We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefd1ee commit e088877Copy full SHA for e088877
1 file changed
test/runtests.jl
@@ -11,7 +11,7 @@ include("utils.jl")
11
@testset verbose = true "Code quality" begin
12
if VERSION >= v"1.10"
13
@testset "Aqua" begin
14
- Aqua.test_all(SparseMatrixColorings)
+ Aqua.test_all(SparseMatrixColorings; stale_deps=(; ignore=[:Requires],))
15
end
16
@testset "JET" begin
17
JET.test_package(SparseMatrixColorings; target_defined_modules=true)
0 commit comments