guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]