Skip to content

Commit

Permalink
Fix Windows subprocess handle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Mar 17, 2020
1 parent 104b9f1 commit cc55f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/services/sessions/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,4 @@ async def test_modify_kernel_id(session_client, fetch):
assert kernel_list == [kernel]

# Need to find a better solution to this.
await session_client.cleanup()
await session_client.cleanup()

0 comments on commit cc55f28

Please sign in to comment.