mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
This version has broken test_projects/test_external_project.py
as it tries to use external url:
FORD-6.1.8/test/test_projects/test_external_project.py:61:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.0 = <list_iterator object at 0x7ff211ea0be0>
> links = {tag.text: tag.a["href"] for tag in uses_box("li", class_=None)}
E TypeError: 'NoneType' object is not subscriptable
.0 = <list_iterator object at 0x7ff211ea0be0>
tag = <li>aot_out_module</li>
FORD-6.1.8/test/test_projects/test_external_project.py:61: TypeError
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>