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