Skip to content

Commit

Permalink
Bump Aqua version, remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
tkemmer committed Oct 16, 2024
1 parent 3513279 commit 9598d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Thomas Kemmer <[email protected]>"]
version = "0.2.3"

[compat]
Aqua = "0.8"
Aqua = "0.8.9"
Test = "1.6"
TestItemRunner = "0.2, 1"
julia = "1.6"
Expand Down
10 changes: 1 addition & 9 deletions test/aqua.jl
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
@testitem "Aqua" begin
using Aqua

# Current workaround to avoid failing tests due to ambiguity in dependencies
# https://github.com/JuliaTesting/Aqua.jl/issues/77
@testset "Method ambiguity" begin
Aqua.test_ambiguities(ImplicitArrays)
end

Aqua.test_all(ImplicitArrays;
ambiguities=false
)
Aqua.test_all(ImplicitArrays)
end

0 comments on commit 9598d64

Please sign in to comment.