From: Victor Stinner Date: Mon, 17 Feb 2014 23:11:21 +0000 (+0100) Subject: Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by X-Git-Tag: v3.4.1rc1~233^2~305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=740eedb8268788fb834ec5e1e63b4268e8c9e815;p=thirdparty%2FPython%2Fcpython.git Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by Vajrasky Kok. --- diff --git a/Lib/test/test_asyncio/tests.txt b/Lib/test/test_asyncio/tests.txt index 30609cd5fe24..c69582bc86ce 100644 --- a/Lib/test/test_asyncio/tests.txt +++ b/Lib/test/test_asyncio/tests.txt @@ -6,6 +6,7 @@ test_asyncio.test_proactor_events test_asyncio.test_queues test_asyncio.test_selector_events test_asyncio.test_streams +test_asyncio.test_subprocess test_asyncio.test_tasks test_asyncio.test_transports test_asyncio.test_unix_events