New submission from Zackery Spytz <zsp...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue37501> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com