[New-bugs-announce] [issue37501] Test failures when CPython is built without docstrings

Zackery Spytz report at bugs.python.org
Thu Jul 4 23:30:04 EDT 2019


New submission from Zackery Spytz <zspytz at gmail.com>:

test_coroutines, test_dataclasses, test_idle, test_importlib, test_module, and test_pydoc fail when CPython is built without docstrings. 

It seems that most of the failures occur simply because the test.support.requires_docstrings decorator is missing for some tests.

See also bpo-17041.

----------
components: Tests
files: test_failures_without_docstrings.txt
messages: 347298
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: Test failures when CPython is built without docstrings
type: behavior
versions: Python 3.7, Python 3.8, Python 3.9
Added file: https://bugs.python.org/file48456/test_failures_without_docstrings.txt

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37501>
_______________________________________


More information about the New-bugs-announce mailing list