Skip to content

Commit

Permalink
CompatHelper: bump compat for Aqua to 0.8 for package test, (keep exi…
Browse files Browse the repository at this point in the history
…sting compat) (#1740)

* CompatHelper: bump compat for Aqua to 0.8 for package test, (keep existing compat)

* only v0.8 of Aqua.jl

* update Aqua.jl keyword

* format

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
  • Loading branch information
4 people authored Nov 16, 2023
1 parent 3f3ac9a commit 8bdd0cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.7"
Aqua = "0.8"
CairoMakie = "0.6, 0.7, 0.8, 0.9, 0.10"
Downloads = "1"
ForwardDiff = "0.10"
Expand Down
4 changes: 2 additions & 2 deletions test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ include("test_trixi.jl")
ambiguities = false,
# exceptions necessary for adding a new method `StartUpDG.estimate_h`
# in src/solvers/dgmulti/sbp.jl
piracy = (treat_as_own = [Trixi.StartUpDG.RefElemData,
Trixi.StartUpDG.MeshData],))
piracies = (treat_as_own = [Trixi.StartUpDG.RefElemData,
Trixi.StartUpDG.MeshData],))
end

end #module

0 comments on commit 8bdd0cd

Please sign in to comment.