We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0e906 commit 305d63dCopy full SHA for 305d63d
test/runtests.jl
@@ -425,7 +425,7 @@ if test_set == "basic"
425
@testset verbose = true "Code quality (Aqua.jl)" begin
426
# Aqua.test_all(MacroModelling)
427
@testset "Compare Project.toml and test/Project.toml" Aqua.test_project_extras(MacroModelling)
428
- @testset "Stale dependencies" Aqua.test_stale_deps(MacroModelling)#; ignore = [:Aqua, :JET])
+ @testset "Stale dependencies" Aqua.test_stale_deps(MacroModelling; ignore = [:Showoff])
429
@testset "Unbound type parameters" Aqua.test_unbound_args(MacroModelling)
430
@testset "Undefined exports" Aqua.test_undefined_exports(MacroModelling)
431
@testset "Piracy" Aqua.test_piracies(MacroModelling)
0 commit comments