Skip to content

Commit 9a28aea

Browse files
committed
missing stop_channels in parallel tests
1 parent 2be2332 commit 9a28aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_client/tests/test_kernelmanager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ def execute(cmd):
420420
km.restart_kernel(now=True)
421421
assert km.is_alive()
422422
execute("check")
423+
kc.stop_channels()
423424

424425
km.shutdown_kernel()
425426
assert km.context.closed

0 commit comments

Comments
 (0)