Skip to content

Commit 3ca7b94

Browse files
authored
Do not test Atom/Juno
1 parent 33487da commit 3ca7b94

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ Transducers = "0.4.30"
3030
julia = "1.6"
3131

3232
[extras]
33-
Atom = "c52e3926-4ff0-5f6e-af25-54175e0327b1"
3433
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
3534
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
3635
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3736

3837
[targets]
39-
test = ["Atom", "IJulia", "Statistics", "Test"]
38+
test = ["IJulia", "Statistics", "Test"]

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using AbstractMCMC
2-
using Atom.Progress: JunoProgressLogger
32
using ConsoleProgressMonitor: ProgressLogger
43
using IJulia
54
using LogDensityProblems

test/sample.jl

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,6 @@
3434
@test chain[1].b == 3.2
3535
end
3636

37-
@testset "Juno" begin
38-
empty!(LOGGERS)
39-
40-
Random.seed!(1234)
41-
N = 10
42-
43-
logger = JunoProgressLogger()
44-
Logging.with_logger(logger) do
45-
sample(MyModel(), MySampler(), N; loggers=true)
46-
end
47-
48-
@test length(LOGGERS) == 1
49-
@test first(LOGGERS) === logger
50-
@test Logging.current_logger() === CURRENT_LOGGER
51-
end
52-
5337
@testset "IJulia" begin
5438
# emulate running IJulia kernel
5539
@eval IJulia begin

0 commit comments

Comments
 (0)