Skip to content

Commit ea30ebd

Browse files
enable other Aqua tests
1 parent 09b49bb commit ea30ebd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
88

99
[compat]
1010
Aqua = "0.8"
11+
CommonDataModel = "0.3.6"
1112
NCDatasets = "0.14"
1213
julia = "1"

test/test_aqua.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
using Aqua
22
using ZarrDatasets
33

4+
45
Aqua.test_ambiguities(ZarrDatasets)
6+
# some internal ambiguities in DiskArray 0.3 probably fixed in 0.4
7+
Aqua.test_all(ZarrDatasets, ambiguities = false)

0 commit comments

Comments
 (0)