This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vajrasky
Recipients gvanrossum, vajrasky, vstinner
Date 2014-02-17.08:28:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392625695.57.0.333016920564.issue20655@psf.upfronthosting.co.za>
In-reply-to
Content
ethan@amiau:~/Documents/code/python/cpython3.4$ cat Lib/test/test_asyncio/tests.txt 
test_asyncio.test_base_events
test_asyncio.test_events
test_asyncio.test_futures
test_asyncio.test_locks
test_asyncio.test_proactor_events
test_asyncio.test_queues
test_asyncio.test_selector_events
test_asyncio.test_streams
test_asyncio.test_tasks
test_asyncio.test_transports
test_asyncio.test_unix_events
test_asyncio.test_windows_events
test_asyncio.test_windows_utils
ethan@amiau:~/Documents/code/python/cpython3.4$ ls Lib/test/test_asyncio/test_subprocess.py 
Lib/test/test_asyncio/test_subprocess.py

I provide two alternatives to fix this problem.

The first is to add subprocess in tests.txt.
History
Date User Action Args
2014-02-17 08:28:15vajraskysetrecipients: + vajrasky, gvanrossum, vstinner
2014-02-17 08:28:15vajraskysetmessageid: <1392625695.57.0.333016920564.issue20655@psf.upfronthosting.co.za>
2014-02-17 08:28:15vajraskylinkissue20655 messages
2014-02-17 08:28:15vajraskycreate