]> granicus.if.org Git - python/commit
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
authorYury Selivanov <yury@magic.io>
Tue, 2 Oct 2018 17:53:06 +0000 (13:53 -0400)
committerGitHub <noreply@github.com>
Tue, 2 Oct 2018 17:53:06 +0000 (13:53 -0400)
commit9012a0fb4c4ec1afef9efb9fdb0964554ea17983
tree87ff02fec1fa16d87b30e8b1028e71ea624b5b48
parent11c4eaa99362f91c7faea88e31df3e46af020023
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
14 files changed:
Lib/test/test_asyncgen.py
Lib/test/test_asyncio/functional.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_buffered_proto.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_locks.py
Lib/test/test_asyncio/test_pep492.py
Lib/test/test_asyncio/test_queues.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/utils.py