New submission from Vajrasky Kok:

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.

----------
components: Tests
files: add_subprocess_to_tests.patch
keywords: patch
messages: 211398
nosy: gvanrossum, haypo, vajrasky
priority: normal
severity: normal
status: open
title: test_subprocess is not executed in python -m test.test_asyncio
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file34114/add_subprocess_to_tests.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20655>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to