Skip to content

Commit 674d690

Browse files
github-actions[bot]CompatHelper Juliapalday
authored
CompatHelper: bump compat for Aqua in [extras] to 0.8 (#84)
Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Phillip Alday <[email protected]>
1 parent e4b90d1 commit 674d690

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*.jl.*.cov
22
*.jl.cov
33
*.jl.mem
4-
/Manifest.toml
4+
Manifest.toml
5+
Manifest-v*.toml
56
/docs/build/
6-
/docs/Manifest.toml

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
99
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
1010

1111
[compat]
12-
Aqua = "0.6"
12+
Aqua = "0.8"
1313
Statistics = "1"
1414
StatsBase = "0.33, 0.34"
1515
StatsModels = "0.7"
16+
Test = "1"
1617
TestSetExtensions = "3"
1718
julia = "1.6"
1819

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ string_mime(mime, x) = sprint(show, mime, x)
1111
@testset ExtendedTestSet "StandardizedPredictors.jl" begin
1212
@testset "Aqua" begin
1313
# technically we're pirating StatsBase.zscore(::AbstractTerm)
14-
Aqua.test_all(StandardizedPredictors; ambiguities=false, piracy=false)
14+
Aqua.test_all(StandardizedPredictors; ambiguities=false, piracies=false)
1515
end
1616
include("centering.jl")
1717
include("scaling.jl")

0 commit comments

Comments
 (0)