https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/superqt-0.6.2 fails tests. Discovered on: amd64 (internal ref: tinderbox_musl) System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
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.