[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: python-sip: Skip the test phase.
From: |
guix-commits |
Subject: |
06/08: gnu: python-sip: Skip the test phase. |
Date: |
Sat, 14 Dec 2024 14:51:29 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 87ce159bc1db935df0f9839c58e505c4a210688c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Dec 14 21:11:05 2024 +0200
gnu: python-sip: Skip the test phase.
* gnu/packages/qt.scm (python-sip)[arguments]: Skip the tests.
Change-Id: I329d774ab4abe25dc9a5db7b8f49ff548590d310
---
gnu/packages/qt.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 4a0c91b482..72aa7b5265 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4036,6 +4036,8 @@ Python.")
"0ykxq0607f2sdwbl5cxbp0y8pl14bsgzc9nhifpxbibfivj5kjbz"))
(patches (search-patches "python-sip-include-dirs.patch"))))
(build-system pyproject-build-system)
+ (arguments
+ (list #:tests? #f)) ; No test system found.
(native-inputs
(list python-wrapper python-setuptools python-setuptools-scm-next))
(propagated-inputs
- branch master updated (e92b20a41a -> af027c815f), guix-commits, 2024/12/14
- 01/08: gnu: toot: Fix build., guix-commits, 2024/12/14
- 02/08: gnu: python-urwidgets: Update to 0.2.1., guix-commits, 2024/12/14
- 05/08: gnu: python-setuptools-scm-next: Fix build., guix-commits, 2024/12/14
- 04/08: gnu: vdirsyncer: Fix build., guix-commits, 2024/12/14
- 08/08: gnu: python-libvirt: Fix build., guix-commits, 2024/12/14
- 06/08: gnu: python-sip: Skip the test phase.,
guix-commits <=
- 07/08: gnu: b4: Fix build., guix-commits, 2024/12/14
- 03/08: gnu: python-icalendar: Fix build., guix-commits, 2024/12/14