Skip to content

Commit 1a56d05

Browse files
committed
WIP
1 parent 8258148 commit 1a56d05

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test/iruby/application/register_test.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ def setup
5151
@kernel_json = File.join(tmpdir, "kernels", DEFAULT_KERNEL_NAME, "kernel.json")
5252
with_env(
5353
"JUPYTER_DATA_DIR" => tmpdir,
54-
"IPYTHONDIR" => nil,
55-
"HOME" => nil
54+
"IPYTHONDIR" => nil
5655
) do
5756
yield
5857
end

test/iruby/application/unregister_test.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ def setup
77
@kernel_json = File.join(tmpdir, "kernels", DEFAULT_KERNEL_NAME, "kernel.json")
88
with_env(
99
"JUPYTER_DATA_DIR" => tmpdir,
10-
"IPYTHONDIR" => nil,
11-
"HOME" => nil
10+
"IPYTHONDIR" => nil
1211
) do
1312
yield
1413
end

0 commit comments

Comments
 (0)