Skip to content

Commit

Permalink
Restrict Aqua tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Dec 10, 2024
1 parent cdf0c2f commit a743813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/other.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ using Plots
using Aqua

@testset "Aqua" begin
Aqua.test_all(MPSKit; ambiguities=false, piracies=false)
# TODO fix this
Aqua.test_all(MPSKit; ambiguities=false, piracies=false, unbound_args=false)
end

@testset "plot tests" begin
Expand Down

0 comments on commit a743813

Please sign in to comment.