Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 910095

Summary: [guru] dev-embedded/idf-component-manager-1.3.1 fails tests
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: David Roman <davidroman96>
Status: RESOLVED FIXED    
Severity: normal CC: guru-bugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-07-09 09:04:20 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-embedded/idf-component-manager-1.3.1 fails tests.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-07-09 09:04:22 UTC
Created attachment 865301 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-07-09 09:04:23 UTC
Error(s) that match a know pattern:


E           AttributeError: 'HTTPMessage' object has no attribute 'update'
FAILED tests/test_api_client.py::TestAPIClient::test_api_cache - AttributeErr...
Comment 3 David Roman 2023-07-18 14:59:37 UTC
This bug happens when dev-python/vcrpy is compiled with both python_targets_python3_10 and python_targets_python3_11 USE flags enabled, although idf-component-manager runs the tests with python3.11. In a clean environment with only python_targets_python3_11 enabled this doesn't fail.

Maybe it's a bug of dev-python/vcrpy??
Comment 4 Larry the Git Cow gentoo-dev 2023-10-16 13:18:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b83a377f3482f20b283eacc9527927f742c4bf45

commit b83a377f3482f20b283eacc9527927f742c4bf45
Author:     David Roman <davidroman96@gmail.com>
AuthorDate: 2023-10-16 12:06:38 +0000
Commit:     David Roman <davidroman96@gmail.com>
CommitDate: 2023-10-16 12:06:38 +0000

    dev-embedded/idf-component-manager: fix tests
    
    Closes: https://bugs.gentoo.org/910095
    Signed-off-by: David Roman <davidroman96@gmail.com>

 .../idf-component-manager-1.3.2-r1.ebuild          | 42 ++++++++++++++++++++++
 1 file changed, 42 insertions(+)