Skip to content

Commit bdbeb80

Browse files
committed
re-enable aqua tests
1 parent 88ee2ae commit bdbeb80

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/ControlSystemsBase/test/runtests.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import Base.isapprox # In framework and test_synthesis
44
import SparseArrays: sparse # In test_matrix_comps
55
import Polynomials: conv # In test_conversion and test_synthesis
66
using Aqua
7-
# @testset "Aqua" begin
8-
# Aqua.test_all(ControlSystemsBase;
9-
# ambiguities = false, # causes 100s of hits in all dependencies
10-
# stale_deps = true, # Aqua complains about itself https://github.com/JuliaTesting/Aqua.jl/issues/78
11-
# project_toml_formatting = false, # https://github.com/JuliaTesting/Aqua.jl/issues/105
12-
# )
13-
# end
7+
@testset "Aqua" begin
8+
Aqua.test_all(ControlSystemsBase;
9+
ambiguities = false, # causes 100s of hits in all dependencies
10+
stale_deps = true, # Aqua complains about itself https://github.com/JuliaTesting/Aqua.jl/issues/78
11+
project_toml_formatting = false, # https://github.com/JuliaTesting/Aqua.jl/issues/105
12+
)
13+
end
1414

1515

1616
include("framework.jl")

0 commit comments

Comments
 (0)