1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-qtpy: Remove phases argument.

* gnu/packages/qt.scm (python-qtpy)[arguments]<#:phases>: Drop them.

Change-Id: Idc0c8e1064d596fda250fca6ea811597e6901034
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-02-11 01:48:02 +01:00
committed by Sharlatan Hellseher
parent 4148c2d4bb
commit 4ce2acc39f

View File

@@ -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