Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931601 - dev-python/testscenarios-0.5.0-r3 fails tests: ERROR test_scenarios.py::TestGenerateScenarios - AttributeError: TestGenerateScenarios object has no attribute runTest Did you mean: subTest?
Summary: dev-python/testscenarios-0.5.0-r3 fails tests: ERROR test_scenarios.py::TestG...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-05-08 19:09 UTC by Agostino Sarubbo
Modified: 2024-05-08 22:07 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,99.55 KB, text/plain)
2024-05-08 19:09 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-05-08 19:09:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/testscenarios-0.5.0-r3 fails tests.
Discovered on: amd64 (internal ref: lto_tinderbox)
System: LTO-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#LTO)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-05-08 19:09:49 UTC
Created attachment 892541 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-05-08 19:09:50 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E   AttributeError: 'TestApplyScenario' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'TestApplyScenarios' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'TestGenerateScenarios' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'TestLoadTests' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'TestMultiplyScenarios' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'TestPerModuleScenarios' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'TestTestWithScenarios' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR testscenarios/tests/test_scenarios.py::TestApplyScenario - AttributeError: 'TestApplyScenario' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR testscenarios/tests/test_scenarios.py::TestApplyScenarios - AttributeError: 'TestApplyScenarios' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR testscenarios/tests/test_scenarios.py::TestGenerateScenarios - AttributeError: 'TestGenerateScenarios' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR testscenarios/tests/test_scenarios.py::TestLoadTests - AttributeError: 'TestLoadTests' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR testscenarios/tests/test_scenarios.py::TestMultiplyScenarios - AttributeError: 'TestMultiplyScenarios' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR testscenarios/tests/test_scenarios.py::TestPerModuleScenarios - AttributeError: 'TestPerModuleScenarios' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR testscenarios/tests/test_testcase.py::TestTestWithScenarios - AttributeError: 'TestTestWithScenarios' object has no attribute 'runTest'. Did you mean: 'subTest'?