Skip to content

Commit

Permalink
Use variable for Aqua stdlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jul 16, 2024
1 parent d9513bb commit f0dac50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Mocking.activate()
@testset "Mocking" begin
@testset "Code quality (Aqua.jl)" begin
# Unable to add compat entries for stdlibs while we support Julia 1.0
Aqua.test_all(Mocking; deps_compat=(; check_extras=(; ignore=[:Dates, :Test])))
stdlibs = [:Dates, :Test]
Aqua.test_all(Mocking; deps_compat=(; check_extras=(; ignore=stdlibs)))
end

include("dispatch.jl")
Expand Down

0 comments on commit f0dac50

Please sign in to comment.