Skip to content

Commit 6b04338

Browse files
authored
Test using Aqua v0.8 (#182)
1 parent d44e944 commit 6b04338

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: Project.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1515
ArrayLayoutsSparseArraysExt = "SparseArrays"
1616

1717
[compat]
18-
Aqua = "0.7"
18+
Aqua = "0.8"
19+
Base64 = "1.6"
1920
FillArrays = "1.2.1"
2021
LinearAlgebra = "1.6"
22+
Random = "1.6"
2123
SparseArrays = "1.6"
24+
StableRNGs = "1"
25+
Test = "1.6"
2226
julia = "1.6"
2327

2428
[extras]

Diff for: test/runtests.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ import ArrayLayouts: MemoryLayout, @_layoutlmul, triangulardata
1111
@testset "Project quality" begin
1212
Aqua.test_all(ArrayLayouts,
1313
ambiguities = false,
14-
piracy = (; broken=true),
15-
project_toml_formatting = VERSION >= v"1.7",
14+
piracies = (; broken=true),
1615
)
1716
end
1817

0 commit comments

Comments
 (0)