Fix websocket error when closing the server

Fix #634
This commit is contained in:
Julien Duponchelle
2016-08-19 11:20:56 +02:00
parent f0fad5289c
commit fa76b89731
4 changed files with 7 additions and 5 deletions

View File

@ -67,5 +67,3 @@ def test_wait_for_process_termination(loop):
exec = wait_for_process_termination(process, timeout=0.5)
with pytest.raises(asyncio.TimeoutError):
loop.run_until_complete(asyncio.async(exec))