Skip to content

Commit 0a500bf

Browse files
committed
ignore CpuId for statle deps
1 parent 50a9af1 commit 0a500bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/qa.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using LinearSolve, Aqua
66
Aqua.test_piracies(LinearSolve,
77
treat_as_own = [LinearProblem])
88
Aqua.test_project_extras(LinearSolve)
9-
Aqua.test_stale_deps(LinearSolve, ignore = [:MKL_jll])
9+
Aqua.test_stale_deps(LinearSolve, ignore = [:MKL_jll, :CpuId])
1010
Aqua.test_unbound_args(LinearSolve)
1111
Aqua.test_undefined_exports(LinearSolve)
1212
end

0 commit comments

Comments
 (0)