Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910741 - dev-python/testfixtures-7.1.0 fails tests
Summary: dev-python/testfixtures-7.1.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2023-07-23 17:58 UTC by Agostino Sarubbo
Modified: 2023-07-23 18:34 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,242.99 KB, text/plain)
2023-07-23 17:58 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-23 17:58:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/testfixtures-7.1.0 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-07-23 17:58:56 UTC
Created attachment 866021 [details]
build.log

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


    - AssertionError: A(x=1) (<class '__main__.A'>) != B(x=1) (<class '__main__.B'>)
    + AssertionError: A(x=1) (<class '__test__.A'>) != B(x=1) (<class '__test__.B'>)
FAILED docs/comparing.txt::line:642,column:1
Comment 3 Larry the Git Cow gentoo-dev 2023-07-23 18:34:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7275943fe3082208ae7d13754fba352912609c39

commit 7275943fe3082208ae7d13754fba352912609c39
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-07-23 18:33:37 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-07-23 18:33:37 +0000

    dev-python/testfixtures: Name mismatch happens with other Pythons too
    
    Closes: https://bugs.gentoo.org/910741
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/testfixtures/testfixtures-7.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)