From 740eedb8268788fb834ec5e1e63b4268e8c9e815 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 18 Feb 2014 00:11:21 +0100 Subject: Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by Vajrasky Kok. --- Lib/test/test_asyncio/tests.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_asyncio/tests.txt b/Lib/test/test_asyncio/tests.txt index 30609cd..c69582b 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 -- cgit v0.12