Summary: | dev-python/superqt-0.6.2 fails tests: test_color_combo.py::test_q_color_combobox Fatal Python error: Aborted | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Nowa Ammerlaan <nowa> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | mgorny, python |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
2024-03-15 08:05:59 UTC
Created attachment 887666 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: 'pyconify': No module named 'pyconify') [ 53/430] SKIPPED [1] tests/test_iconify.py:15: could not import 'pyconify': No module named 'pyconify' tests/test_color_combo.py::test_q_color_combobox Fatal Python error: Aborted I can reproduce. I'm going to guess the crash comes from PyQt6. (In reply to Michał Górny from comment #3) > I can reproduce. I'm going to guess the crash comes from PyQt6. It crashes when there is a mismatch between the installed Qt4Python implementations and the USE flags on dev-python/QtPy. I.e. if PyQt6 is installed but the pyqt6 flag is not enabled. |