python312Packages.superqt: disable pythonImportsCheck
Segmentation faults on Python 3.11 and 3.12
This commit is contained in:
@@ -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)";
|
||||
|
||||
Reference in New Issue
Block a user