Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910095 - [guru] dev-embedded/idf-component-manager-1.3.1 fails tests
Summary: [guru] dev-embedded/idf-component-manager-1.3.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: David Roman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-09 09:04 UTC by Agostino Sarubbo
Modified: 2023-10-16 13:18 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,106.04 KB, text/plain)
2023-07-09 09:04 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 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(+)