Skip to content

Commit

Permalink
Put back some workspace_use_distributed=false in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Sep 18, 2023
1 parent 27307e3 commit 7b09e1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ HTTP = "^1.5.2"
HypertextLiteral = "0.7, 0.8, 0.9"
LoggingExtras = "0.4, 1"
MIMEs = "0.1"
Malt = "1.0.2"
Malt = "1.0.3"
MsgPack = "1.1"
PrecompileSignatures = "3"
PrecompileTools = "1"
Expand Down
2 changes: 1 addition & 1 deletion test/Configuration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ end

@testset "Authentication" begin
port = 1238
options = Pluto.Configuration.from_flat_kwargs(; port, launch_browser=false)
options = Pluto.Configuration.from_flat_kwargs(; port, launch_browser=false, workspace_use_distributed=false)
🍭 = Pluto.ServerSession(; options)
host = 🍭.options.server.host
secret = 🍭.secret
Expand Down
1 change: 1 addition & 0 deletions test/DependencyCache.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ using Pluto: update_run!, ServerSession, ClientSession, Cell, Notebook

@testset "CellDepencencyVisualization" begin
🍭 = ServerSession()
🍭.options.evaluation.workspace_use_distributed = false

notebook = Notebook([
Cell("x = 1"), # prerequisite of test cell
Expand Down

0 comments on commit 7b09e1d

Please sign in to comment.