Skip to content

Commit af07725

Browse files
committed
drop JETTest for now (requires 1.6+)
1 parent 73ca30a commit af07725

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ julia = "1.3"
2727

2828
[extras]
2929
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
30-
JETTest = "a79fb612-4a80-4749-a9bd-c2faab13da61"
3130
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
3231
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
3332
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3433

3534
[targets]
36-
test = ["Test", "Aqua", "JETTest", "LinearAlgebra", "Statistics"]
35+
test = ["Test", "Aqua", "LinearAlgebra", "Statistics"]

test/runtests.jl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ Aqua.test_all(MeasureBase; ambiguities=false, unbound_args=false)
1010

1111
d = ∫exp(x -> -x^2, Lebesgue(ℝ))
1212

13-
if VERSION v"1.6"
14-
@eval using JETTest
13+
# if VERSION ≥ v"1.6"
14+
# @eval using JETTest
1515

16-
@eval begin
17-
@test_nodispatch density(Lebesgue(ℝ), 0.3)
16+
# @eval begin
17+
# @test_nodispatch density(Lebesgue(ℝ), 0.3)
1818

19-
@test_nodispatch density(Dirac(0), 0.3)
20-
@test_nodispatch density(Dirac(0), 0)
19+
# @test_nodispatch density(Dirac(0), 0.3)
20+
# @test_nodispatch density(Dirac(0), 0)
2121

22-
@test_nodispatch density(d, 3)
22+
# @test_nodispatch density(d, 3)
2323

24-
@test_nodispatch basemeasure(d)
24+
# @test_nodispatch basemeasure(d)
2525

26-
@test_nodispatch logdensity(For(3) do j Dirac(j) end, [1,2,3])
27-
end
28-
end
26+
# @test_nodispatch logdensity(For(3) do j Dirac(j) end, [1,2,3])
27+
# end
28+
# end
2929

3030
# function draw2(μ)
3131
# x = rand(μ)

0 commit comments

Comments
 (0)