We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd626b commit 921073fCopy full SHA for 921073f
tests/test_kernel.py
@@ -548,7 +548,7 @@ def test_unc_paths():
548
kc.execute(f"cd {unc_file_path:s}")
549
reply = kc.get_shell_msg(timeout=TIMEOUT)
550
assert reply["content"]["status"] == "ok"
551
- out, err = assemble_output(kc.get_iopub_msg)
+ out, _err = assemble_output(kc.get_iopub_msg)
552
assert unc_file_path in out
553
554
flush_channels(kc)
0 commit comments