Skip to content

Commit 4a2ab9f

Browse files
committed
reenable Aqua tests
1 parent 95a69e1 commit 4a2ab9f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ AbstractPPLDistributionsExt = ["Distributions", "LinearAlgebra"]
2525
[compat]
2626
AbstractMCMC = "2, 3, 4, 5"
2727
Accessors = "0.1"
28-
BangBang = "0.4.6"
28+
BangBang = "0.4"
2929
DensityInterface = "0.4"
3030
Distributions = "0.25"
3131
JSON = "0.19 - 0.21, 1"
32-
LinearAlgebra = "<0.0.1, 1.10"
33-
MacroTools = "0.5.16"
32+
LinearAlgebra = "<0.0.1, 1"
33+
MacroTools = "0.5"
3434
Random = "1.6"
3535
StatsBase = "0.32, 0.33, 0.34"
3636
julia = "1.10.8"

test/Aqua.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ module AquaTests
33
using Aqua: Aqua
44
using AbstractPPL
55

6-
# For now, we skip ambiguities since they come from interactions
7-
# with third-party packages rather than issues in AbstractPPL itself
8-
Aqua.test_all(AbstractPPL; ambiguities=false)
6+
Aqua.test_all(AbstractPPL)
97

108
end

0 commit comments

Comments
 (0)