[New-bugs-announce] [issue28482] test_typing fails if asyncio unavailable

Martin Panter report at bugs.python.org
Thu Oct 20 00:23:14 EDT 2016


New submission from Martin Panter:

If you compile with “configure --without-threads”, various tests are already skipped because they rely on multithreading. However test_typing does not seem to handle this. It tries to import “asyncio”, which seems to depend on multithreading. I presume it is expected that asyncio requires multithreading, so perhaps the affected tests should be skipped in test_typing. Here is my attempt to skip them; please review.

----------
components: Tests
files: st-typing.patch
keywords: patch
messages: 279013
nosy: gvanrossum, martin.panter
priority: normal
severity: normal
stage: patch review
status: open
title: test_typing fails if asyncio unavailable
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45147/st-typing.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28482>
_______________________________________


More information about the New-bugs-announce mailing list