Skip to content

Commit 261c589

Browse files
committed
1 parent 2476401 commit 261c589

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
1616
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1717

1818
[compat]
19-
Aqua = "0.7"
19+
Aqua = "0.8"
2020
CategoricalArrays = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
2121
DataAPI = "1.1"
2222
DataFrames = "1"

test/runtests.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ my_tests = ["ambiguity.jl",
3232
# because VIF and GVIF are defined in StatsAPI for RegressionModel,
3333
# which is also defined there, it's flagged as piracy. But
3434
# we're the offical implementers so it's privateering.
35-
Aqua.test_all(StatsModels; ambiguities=false, piracy=(treat_as_own=[vif, gvif],))
35+
Aqua.test_all(
36+
StatsModels;
37+
ambiguities=false,
38+
piracies=(treat_as_own=[vif, gvif],),
39+
deps_compat=(ignore=[:LinearAlgebra, :Printf, :REPL, :SparseArrays],)
40+
)
3641
end
3742

3843
for tf in my_tests

0 commit comments

Comments
 (0)