Skip to content

Commit

Permalink
More fixes for newer versions of Aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed Jan 10, 2024
1 parent 5becd69 commit 80b7d8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ authors = ["John Lapeyre <[email protected]> and contributors"]
version = "0.1.1"

[compat]
julia = "1"
Aqua = ">= 0.8"
JET = ">= 0.1"
julia = "1"
Test = ">= 0.0"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
11 changes: 5 additions & 6 deletions test/aqua_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ const ThePackage = FileCmp
Aqua.test_deps_compat(ThePackage)
end

# This often gives false positive
@testset "aqua project toml formatting" begin
Aqua.test_project_toml_formatting(ThePackage)
end

@testset "aqua unbound_args" begin
Aqua.test_unbound_args(ThePackage)
end
Expand All @@ -27,7 +22,7 @@ end
end

@testset "aqua piracy" begin
Aqua.test_piracy(ThePackage)
Aqua.test_piracies(ThePackage)
end

@testset "aqua project extras" begin
Expand All @@ -37,3 +32,7 @@ end
@testset "aqua state deps" begin
Aqua.test_stale_deps(ThePackage)
end

@testset "aqua persistent tasks" begin
Aqua.test_persistent_tasks(ThePackage)
end

0 comments on commit 80b7d8d

Please sign in to comment.