Skip to content

Commit e2bd442

Browse files
committed
Fix Aqua compat
1 parent e173980 commit e2bd442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1717
SparseArrayKitSparseArrays = "SparseArrays"
1818

1919
[compat]
20+
Aqua = "0.8"
2021
PackageExtensionCompat = "1"
2122
TensorOperations = "5"
2223
TupleTools = "1.1"

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ include("contractions.jl")
1313
module AquaSparseArrayKit
1414
using SparseArrayKit, Aqua, Test
1515
@testset "Aqua" verbose = true begin
16-
Aqua.test_all(SparseArrayKit;
17-
project_toml_formatting=(VERSION >= v"1.9"))
16+
Aqua.test_all(SparseArrayKit)
1817
end
1918
end

0 commit comments

Comments
 (0)