Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927725 - [guru] app-text/lizard-1.17.10-r1 fails tests: FAILED testOutputCSV.py::TestCSVOutput::test_csv_header - AttributeError: TestCSVOutput object has no attribute assertRegexpMatches
Summary: [guru] app-text/lizard-1.17.10-r1 fails tests: FAILED testOutputCSV.py::TestC...
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: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-03-24 16:23 UTC by Agostino Sarubbo
Modified: 2024-04-15 20:52 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,268.94 KB, text/plain)
2024-03-24 16:23 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-24 16:23:55 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-text/lizard-1.17.10-r1 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-24 16:23:57 UTC
Created attachment 888449 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-24 16:23:59 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E       AttributeError: 'TestCSVOutput' object has no attribute 'assertRegexpMatches'
E       AttributeError: 'TestHTMLOutput' object has no attribute 'assertRegexpMatches'
FAILED test/testOutputCSV.py::TestCSVOutput::test_csv_header - AttributeError: 'TestCSVOutput' object has no attribute 'assertRegexpMatches'
FAILED test/testOutputCSV.py::TestCSVOutput::test_csv_header_with_extension - AttributeError: 'TestCSVOutput' object has no attribute 'assertRegexpMatches'
FAILED test/testOutputHTML.py::TestHTMLOutput::test_should_have_html_body - AttributeError: 'TestHTMLOutput' object has no attribute 'assertRegexpMatches'
test/testOutputCSV.py::TestCSVOutput::test_csv_header FAILED          [177/728]
test/testOutputCSV.py::TestCSVOutput::test_csv_header_with_extension FAILED [178/728]
test/testOutputHTML.py::TestHTMLOutput::test_should_have_html_body FAILED [191/728]
Comment 3 Larry the Git Cow gentoo-dev 2024-04-15 20:52:05 UTC
The bug has been closed via the following commit(s):

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

commit 62eac930d9029a343ad9f39bb147a9fb5cf6ef8f
Author:     David Roman <davidroman96@gmail.com>
AuthorDate: 2024-04-15 11:58:58 +0000
Commit:     David Roman <davidroman96@gmail.com>
CommitDate: 2024-04-15 11:59:23 +0000

    app-text/lizard: fix py3.12 tests
    
    Closes: https://bugs.gentoo.org/927725
    Signed-off-by: David Roman <davidroman96@gmail.com>

 app-text/lizard/files/lizard-1.17.10-py3.12.patch | 45 +++++++++++++++++++++++
 app-text/lizard/lizard-1.17.10-r1.ebuild          |  4 +-
 2 files changed, 47 insertions(+), 2 deletions(-)