[issue32031] Do not use the canonical path in pydoc test_mixed_case_module_names_are_lower_cased

Xavier de Gaye report at bugs.python.org
Fri Nov 17 04:51:52 EST 2017


Xavier de Gaye <xdegaye at gmail.com> added the comment:

The error:

generic_x86_64:/data/local/tmp/python $ python -m test test_pydoc
Run tests sequentially
0:00:00 [1/1] test_pydoc
test test_pydoc failed -- Traceback (most recent call last):
  File "/sdcard/org.python/lib/python3.7/test/test_pydoc.py", line 459, in test_mixed_case_module_names_are_lower_cased
    self.assertIn('xml.etree.elementtree', doc_link)
  File "/sdcard/org.python/lib/python3.7/unittest/case.py", line 1103, in assertIn
    if member not in container:
TypeError: argument of type 'NoneType' is not iterable

test_pydoc failed

----------

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


More information about the Python-bugs-list mailing list