diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-11 01:48:02 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:35 +0100 |
| commit | 8b272661f89fe40b65e32372a6bb214c55ead134 (patch) | |
| tree | 1f7e1c87837b6d743082357ea9fc11d0dbcf171a /gnu/packages/qt.scm | |
| parent | 6c462b3c5aeeaebfdf5084b5cb1f007bbb2e0465 (diff) | |
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>
Diffstat (limited to 'gnu/packages/qt.scm')
| -rw-r--r-- | gnu/packages/qt.scm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 56fa3c07e4f..4d37ecc04e6 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm | |||
| @@ -5054,15 +5054,7 @@ top of the PyQt bindings for Qt. PyQt-builder is used to build PyQt itself.") | |||
| 5054 | ;; ModuleNotFoundError: No module named 'PyQt5.QtTextToSpeech' | 5054 | ;; ModuleNotFoundError: No module named 'PyQt5.QtTextToSpeech' |
| 5055 | "-k" (string-append "not test_qttexttospeech" | 5055 | "-k" (string-append "not test_qttexttospeech" |
| 5056 | ;; Fatal Python error: Segmentation fault | 5056 | ;; Fatal Python error: Segmentation fault |
| 5057 | " and not test_qtsql_members_aliases")) | 5057 | " and not test_qtsql_members_aliases")))) |
| 5058 | #:phases | ||
| 5059 | #~(modify-phases %standard-phases | ||
| 5060 | (add-after 'unpack 'fix-pytest-config | ||
| 5061 | (lambda _ | ||
| 5062 | ;; Drop test coverage requirements. | ||
| 5063 | (substitute* "pytest.ini" | ||
| 5064 | (("--cov-report=term-missing") "") | ||
| 5065 | (("--cov-report=xml") ""))))))) | ||
| 5066 | ;; XXX: Do not include, even supported: Qt5, PySide2 PySide6, only test | 5058 | ;; XXX: Do not include, even supported: Qt5, PySide2 PySide6, only test |
| 5067 | ;; against Qt6 to reduce closure size.. | 5059 | ;; against Qt6 to reduce closure size.. |
| 5068 | (native-inputs | 5060 | (native-inputs |
