Skip to content

Commit 3fd850f

Browse files
committed
WIP
1 parent 8258148 commit 3fd850f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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

0 commit comments

Comments
 (0)