-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CompatHelper: add new compat entry for Statistics at version 1, (keep…
… existing compat) (#51) * CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) * Package updates * Support StatsBase 0.33 in tests * Add Distributions compat entry --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
- Loading branch information
1 parent
f0de24f
commit 7e77dcd
Showing
5 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
|
||
[compat] | ||
Documenter = "0.27" | ||
Documenter = "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
@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( | ||
CalibrationTests; | ||
ambiguities=false, | ||
project_toml_formatting=VERSION >= v"1.7" || !haskey(ENV, "GITHUB_ACTIONS"), | ||
) | ||
Aqua.test_all(CalibrationTests; ambiguities=false) | ||
Aqua.test_ambiguities([CalibrationTests]) | ||
end |