From: Victor Stinner <victor.stinner@gmail.com>
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.0rc2~49
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79c3bcf2f7bdb88bbe1edbee313c4b6d31887ec2;p=python

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 30609cd5fe..c69582bc86 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