python312Packages.superqt: disable pythonImportsCheck

Segmentation faults on Python 3.11 and 3.12
This commit is contained in:
Fabian Affolter
2024-05-10 15:10:57 +02:00
parent fbcc96d8f2
commit 69b1f5cbc9
@@ -51,9 +51,11 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
doCheck = false; # Segfaults...
# Segmentation fault
doCheck = false;
pythonImportsCheck = [ "superqt" ];
# Segmentation fault
# pythonImportsCheck = [ "superqt" ];
meta = with lib; {
description = "Missing widgets and components for Qt-python (napari/superqt)";