guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

83/150: gnu: python-gssapi: Disable tests.


From: guix-commits
Subject: 83/150: gnu: python-gssapi: Disable tests.
Date: Sun, 24 Apr 2022 05:12:26 -0400 (EDT)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit f0b5d4a01974f300faf357368386e3a41495f0c4
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Dec 31 15:29:45 2021 +0100

    gnu: python-gssapi: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-gssapi)[arguments]: Disable tests.
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5bb9d77eeb..6268018ca8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25136,6 +25136,7 @@ tests.")
         (base32
          "1j2idrbrbczykzlb56q1bn0ivc9c0rjjljpk4yz86xn3gxfkpv8n"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; Fails to find C extensions.
     (propagated-inputs
      (list python-decorator python-six))
     (inputs



reply via email to

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