Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928353 - dev-python/agate-1.9.1 fails tests: FAILED test_charting.py::TestTableCharts::test_bar_chart - ImportError: cssselect does not seem to be installed See ..
Summary: dev-python/agate-1.9.1 fails tests: FAILED test_charting.py::TestTableCharts:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-04-01 08:11 UTC by Agostino Sarubbo
Modified: 2024-04-01 09:46 UTC (History)
1 user (show)

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


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

Issue: dev-python/agate-1.9.1 fails tests.
Discovered on: amd64 (internal ref: gcc14_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-04-01 08:11:10 UTC
Created attachment 889184 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-01 08:11:11 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


    except ImportError:
E       ImportError: cssselect does not seem to be installed. See https://pypi.org/project/cssselect/
E       ModuleNotFoundError: No module named 'cssselect'
FAILED tests/test_table/test_charting.py::TestTableCharts::test_bar_chart - ImportError: cssselect does not seem to be installed. See https://pypi.org/...
FAILED tests/test_table/test_charting.py::TestTableCharts::test_column_chart - ImportError: cssselect does not seem to be installed. See https://pypi.org/...
FAILED tests/test_table/test_charting.py::TestTableCharts::test_line_chart - ImportError: cssselect does not seem to be installed. See https://pypi.org/...
FAILED tests/test_table/test_charting.py::TestTableCharts::test_scatterplot - ImportError: cssselect does not seem to be installed. See https://pypi.org/...
FAILED tests/test_tableset/test_charting.py::TestTableSetCharts::test_bar_chart - ImportError: cssselect does not seem to be installed. See https://pypi.org/...
FAILED tests/test_tableset/test_charting.py::TestTableSetCharts::test_column_chart - ImportError: cssselect does not seem to be installed. See https://pypi.org/...
FAILED tests/test_tableset/test_charting.py::TestTableSetCharts::test_line_chart - ImportError: cssselect does not seem to be installed. See https://pypi.org/...
FAILED tests/test_tableset/test_charting.py::TestTableSetCharts::test_scatterplot - ImportError: cssselect does not seem to be installed. See https://pypi.org/...
tests/test_table/test_charting.py::TestTableCharts::test_bar_chart FAILED [200/384]
tests/test_table/test_charting.py::TestTableCharts::test_column_chart FAILED [201/384]
tests/test_table/test_charting.py::TestTableCharts::test_line_chart FAILED [202/384]
tests/test_table/test_charting.py::TestTableCharts::test_scatterplot FAILED [203/384]
tests/test_tableset/test_charting.py::TestTableSetCharts::test_bar_chart FAILED [353/384]
tests/test_tableset/test_charting.py::TestTableSetCharts::test_column_chart FAILED [354/384]
tests/test_tableset/test_charting.py::TestTableSetCharts::test_line_chart FAILED [355/384]
tests/test_tableset/test_charting.py::TestTableSetCharts::test_scatterplot FAILED [356/384]
Comment 3 Larry the Git Cow gentoo-dev 2024-04-01 09:46:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdebc275c4c39376a12a458ad9d08fdba3ebbd4

commit 5fdebc275c4c39376a12a458ad9d08fdba3ebbd4
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-04-01 09:42:35 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-04-01 09:45:56 +0000

    dev-python/agate: Add dev-python/cssselect test dep
    
    Closes: https://bugs.gentoo.org/928353
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/agate/agate-1.9.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)