AttributeError: module 'subunit' has no attribute 'test_results'. Did you mean: 'testresult'?
Bug #2045766 reported by
Dmytro Kazantsev
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
os-testr |
Fix Released
|
Undecided
|
Takashi Kajinami |
Bug Description
I run tox to install dependencies and run tests but it fails with following error:
File "/home/
cat = subunit.
AttributeError: module 'subunit' has no attribute 'test_results'. Did you mean: 'testresult'?
I can correct it locally by adding following to subunit_trace:
from subunit import test_results
367 cat = test_results.
Can you do the needful?
Python: Python 3.10.12
To post a comment you must log in.
It seems the issue is caused by the change made in subunit 1.4.3 release.
https:/ /github. com/testing- cabal/subunit/ commit/ 6ded8d323f4b298 fc1e44f134d2400 59fd00b4b5