Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Peter committed Aug 16, 2022
1 parent fc4a405 commit c3f5a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/ipythonconsole/tests/test_ipythonconsole.py
Original file line number Diff line number Diff line change
Expand Up @@ -2401,7 +2401,7 @@ def test_old_kernel_version(ipyconsole, qtbot):
qtbot.waitUntil(
lambda: shell._prompt_html is not None, timeout=SHELL_TIMEOUT)

kc = w._cached_kernel_properties[-1][2]
kc = w._cached_kernel_properties[-1]["kernel_client"]
kc.start_channels()
kc.execute("get_ipython()._spyder_kernels_version = '1.0.0'")
# Cleanup the kernel_client so it can be used again
Expand Down

0 comments on commit c3f5a29

Please sign in to comment.