Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927876 - [guru] dev-python/svgelements-1.9.6 fails tests
Summary: [guru] dev-python/svgelements-1.9.6 fails tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gasc Henri
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-03-26 08:40 UTC by Agostino Sarubbo
Modified: 2024-04-12 19:59 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,203.77 KB, text/plain)
2024-03-26 08:40 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-03-26 08:40:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/svgelements-1.9.6 fails tests.
Discovered on: amd64 (internal ref: guru_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-26 08:40:55 UTC
Created attachment 888641 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-26 08:40:56 UTC
Error(s) that match a know pattern:


../work/svgelements-1.9.6_tests/test_cubic_bezier.py::TestElementCubicBezierPoint::test_cubic_bounds_issue_220 FAILED [ 82/425]
../work/svgelements-1.9.6_tests/test_write.py::TestElementWrite::test_write_group FAILED [421/425]
E       AttributeError: 'TestElementCubicBezierPoint' object has no attribute 'assertNotAlmostEquals'. Did you mean: 'assertNotAlmostEqual'?
E       AttributeError: 'TestElementWrite' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?
FAILED ../work/svgelements-1.9.6_tests/test_cubic_bezier.py::TestElementCubicBezierPoint::test_cubic_bounds_issue_220 - AttributeError: 'TestElementCubicBezierPoint' object has no attribute 'asse...
FAILED ../work/svgelements-1.9.6_tests/test_write.py::TestElementWrite::test_write_group - AttributeError: 'TestElementWrite' object has no attribute 'assertEquals'. ...
Comment 3 Larry the Git Cow gentoo-dev 2024-04-12 19:59:12 UTC
The bug has been closed via the following commit(s):

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

commit e7a9388ebd245dcb9570e12d3303d7d47402d42f
Author:     Henri Gasc <gasc@eurecom.fr>
AuthorDate: 2024-04-12 19:02:24 +0000
Commit:     Henri Gasc <gasc@eurecom.fr>
CommitDate: 2024-04-12 19:03:53 +0000

    dev-python/svgelements: Add patch to fix tests
    
    Closes: https://bugs.gentoo.org/927876
    Signed-off-by: Henri Gasc <gasc@eurecom.fr>

 dev-python/svgelements/files/fix_tests.patch    | 20 ++++++++++++++++++++
 dev-python/svgelements/svgelements-1.9.6.ebuild |  4 ++++
 2 files changed, 24 insertions(+)