Skip to content

Commit ee7e966

Browse files
authored
Another fix
1 parent a46c222 commit ee7e966

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Lib/test/test_asyncio/test_streams.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -997,14 +997,9 @@ async def inner(httpd):
997997
wr.write(b'data')
998998
await wr.drain()
999999

1000-
messages = []
1001-
self.loop.set_exception_handler(lambda loop, ctx: messages.append(ctx))
1002-
10031000
with test_utils.run_test_server() as httpd:
10041001
await inner(httpd)
10051002

1006-
self.assertEqual(messages, [])
1007-
10081003
async def test_eof_feed_when_closing_writer(self):
10091004
# See http://bugs.python.org/issue35065
10101005
async with test_utils.run_test_server() as httpd:

0 commit comments

Comments
 (0)