Summary: | dev-python/terminado-0.18.1 fails tests: ERROR basic_test.py::TermTestCase - AttributeError: TermTestCase object has no attribute runTest Did you mean: subTest? | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | CONFIRMED --- | ||
Severity: | normal | Keywords: | TESTFAILURE |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/pytest-dev/pytest/issues/12263 https://bugs.gentoo.org/show_bug.cgi?id=931601 https://bugs.gentoo.org/show_bug.cgi?id=931334 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
2024-05-08 19:09:45 UTC
Created attachment 892540 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: E AttributeError: 'CommonTests' object has no attribute 'runTest'. Did you mean: 'subTest'? E AttributeError: 'NamedTermTests' object has no attribute 'runTest'. Did you mean: 'subTest'? E AttributeError: 'SingleTermTests' object has no attribute 'runTest'. Did you mean: 'subTest'? E AttributeError: 'TermTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'? E AttributeError: 'UniqueTermTests' object has no attribute 'runTest'. Did you mean: 'subTest'? ERROR tests/basic_test.py::CommonTests - AttributeError: 'CommonTests' object has no attribute 'runTest'. Did you mean: 'subTest'? ERROR tests/basic_test.py::NamedTermTests - AttributeError: 'NamedTermTests' object has no attribute 'runTest'. Did you mean: 'subTest'? ERROR tests/basic_test.py::SingleTermTests - AttributeError: 'SingleTermTests' object has no attribute 'runTest'. Did you mean: 'subTest'? ERROR tests/basic_test.py::TermTestCase - AttributeError: 'TermTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'? ERROR tests/basic_test.py::UniqueTermTests - AttributeError: 'UniqueTermTests' object has no attribute 'runTest'. Did you mean: 'subTest'? |