Xavier de Gaye <xdeg...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32031>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to