Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Dec 20, 2024
1 parent b9f9f73 commit e87ba37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ async def iopub_thread(ctx):
thread.start()

yield thread
thread.stop()

thread.close()
thread.stop()
except Exception:
pass

Expand Down

0 comments on commit e87ba37

Please sign in to comment.