guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 5d58351dd853a0b99684c5fb3baf3f5989ba0222
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Feb 11 01:48:02 2026 +0100
gnu: python-qtpy: Remove phases argument.
* gnu/packages/qt.scm (python-qtpy)[arguments]<#:phases>: Drop them.
Change-Id: Idc0c8e1064d596fda250fca6ea811597e6901034
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
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 c530eda314..bd747cd246 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