Skip to content

Commit

Permalink
Update Aqua.jl to support piracy tests (oscar-system#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Jul 3, 2023
1 parent 7445244 commit 43288a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ using Aqua
stale_deps=true,
deps_compat=true,
project_toml_formatting=true,
piracy=false # TODO: fix
piracy=(GAP.use_jl_reinit_foreign_type() ? true : (treat_as_own=[GapObj],))
)
end
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.6.2"
Aqua = "0.6.5"

0 comments on commit 43288a5

Please sign in to comment.