guix-commits
[Top][All Lists]
Advanced

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

85/103: gnu: python-gssapi: Disable tests.


From: guix-commits
Subject: 85/103: gnu: python-gssapi: Disable tests.
Date: Wed, 5 Jan 2022 09:44:41 -0500 (EST)

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

commit a55f7b876dea20907b080ddc42a27ea90c2ddc84
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 793e7a3fc8..365adc6af0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24042,6 +24042,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]