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) (#116)

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

* Update Aqua tests

* Update Project.toml

---------

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
3 people committed Feb 1, 2024
1 parent 7d78e5d commit 8f7f8a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 0 additions & 6 deletions Project.toml
Expand Up @@ -31,9 +31,3 @@ StatsBase = "0.33, 0.34"
StatsFuns = "1"
Tables = "1"
julia = "1.6"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[targets]
test = ["Pkg"]
2 changes: 1 addition & 1 deletion test/Project.toml
Expand Up @@ -20,7 +20,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.6.5, 0.7"
Aqua = "0.8"
Distributions = "0.25"
DynamicHMC = "3"
EvoTrees = "0.14.7, 0.15, 0.16"
Expand Down
10 changes: 2 additions & 8 deletions test/aqua.jl
Expand Up @@ -5,12 +5,6 @@ using Test
@testset "Aqua" begin
# Test ambiguities separately without Base and Core
# Ref: https://github.com/JuliaTesting/Aqua.jl/issues/77
# Only test Project.toml formatting on Julia > 1.6 when running Github action
# Ref: https://github.com/JuliaTesting/Aqua.jl/issues/105
Aqua.test_all(
MCMCDiagnosticTools;
ambiguities=false,
project_toml_formatting=VERSION >= v"1.7" || !haskey(ENV, "GITHUB_ACTIONS"),
)
Aqua.test_ambiguities([MCMCDiagnosticTools])
Aqua.test_all(MCMCDiagnosticTools; ambiguities=false)
Aqua.test_ambiguities(MCMCDiagnosticTools)
end

0 comments on commit 8f7f8a0

Please sign in to comment.