Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 892213 - dev-python/docutils-0.19 fails tests with dev-python/pygments-2.14.0
Summary: dev-python/docutils-0.19 fails tests with dev-python/pygments-2.14.0
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: PATCH
Depends on:
Blocks:
 
Reported: 2023-01-27 11:40 UTC by Agostino Sarubbo
Modified: 2023-02-08 02:59 UTC (History)
0 users

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


Attachments
build.log (build.log,613.89 KB, text/plain)
2023-01-27 11: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 2023-01-27 11:40:36 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/docutils-0.19 fails tests (LIBARCHIVE-SYSTEM).
Discovered on: amd64 (internal ref: libarchive_tinderbox)

NOTE:
(LIBARCHIVE-SYSTEM) in the summary means that the bug was found on a machine that runs app-alternatives/tar and app-alternatives/cpio with [-gnu,+libarchive] but this bug MAY or MAY NOT BE related to the tar/cpio implementation.
Comment 1 Agostino Sarubbo gentoo-dev 2023-01-27 11:40:39 UTC
Created attachment 849275 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-01-27 11:40:40 UTC
Error(s) that match a know pattern:


AssertionError: '''\
AssertionError: '''\n
FAIL
FAILED (failures=8, skipped=113)
FAIL: test_parsers/test_rst/test_directives/test_code_long.py: totest['code-parsing-long'][0]; test_parser (DocutilsTestSupport.ParserTestCase)
FAIL: test_parsers/test_rst/test_directives/test_code.py: totest['code-parsing'][1]; test_parser (DocutilsTestSupport.ParserTestCase)
FAIL: test_parsers/test_rst/test_directives/test_include.py: totest['include-code'][0]; test_parser (DocutilsTestSupport.ParserTestCase)
FAIL: test_parsers/test_rst/test_directives/test_include.py: totest['include-code'][1]; test_parser (DocutilsTestSupport.ParserTestCase)
FAIL: test_parsers/test_rst/test_directives/test_include.py: totest['include-code'][2]; test_parser (DocutilsTestSupport.ParserTestCase)
FAIL: test_parsers/test_rst/test_directives/test_include.py: totest['include-code'][3]; test_parser (DocutilsTestSupport.ParserTestCase)
FAIL: test_parsers/test_rst/test_directives/test_include.py: totest['include-code'][4]; test_parser (DocutilsTestSupport.ParserTestCase)
FAIL: test_parsers/test_rst/test_directives/test_include.py: totest['include-code'][5]; test_parser (DocutilsTestSupport.ParserTestCase)
Comment 3 Larry the Git Cow gentoo-dev 2023-02-08 02:59:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351aed9ae8ec5aadb9d59c0cf3cc4bf5c05eecb6

commit 351aed9ae8ec5aadb9d59c0cf3cc4bf5c05eecb6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-02-08 02:58:42 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-08 02:58:42 +0000

    dev-python/docutils: fix tests w/ pygments-2.14.0
    
    Closes: https://bugs.gentoo.org/892213
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/docutils/docutils-0.19.ebuild           |   4 +
 .../files/docutils-0.19-pygments-2.14.patch        | 672 +++++++++++++++++++++
 2 files changed, 676 insertions(+)