From 4ce2acc39f67219636f21592d1063e531311c976 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 11 Feb 2026 01:48:02 +0100 Subject: [PATCH] gnu: python-qtpy: Remove phases argument. * gnu/packages/qt.scm (python-qtpy)[arguments]<#:phases>: Drop them. Change-Id: Idc0c8e1064d596fda250fca6ea811597e6901034 Signed-off-by: Sharlatan Hellseher --- gnu/packages/qt.scm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index a3e2796aea..1a16c0797f 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -5017,15 +5017,7 @@ top of the PyQt bindings for Qt. PyQt-builder is used to build PyQt itself.") ;; ModuleNotFoundError: No module named 'PyQt5.QtTextToSpeech' "-k" (string-append "not test_qttexttospeech" ;; Fatal Python error: Segmentation fault - " and not test_qtsql_members_aliases")) - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-pytest-config - (lambda _ - ;; Drop test coverage requirements. - (substitute* "pytest.ini" - (("--cov-report=term-missing") "") - (("--cov-report=xml") ""))))))) + " and not test_qtsql_members_aliases")))) ;; XXX: Do not include, even supported: Qt5, PySide2 PySide6, only test ;; agains Qt6 to reduce closure size.. (native-inputs