guix-commits
[Top][All Lists]
Advanced

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

39/150: gnu: python-rencode: Disable tests.


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

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

commit 788a9803c84e790629c27b11ed0c29c0debdc204
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Dec 29 10:58:19 2021 +0100

    gnu: python-rencode: Disable tests.
    
    They fail.
    
    * gnu/packages/python-xyz.scm (python-rencode)[arguments]: Disable tests.
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6115317baa..241935b62a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20446,7 +20446,8 @@ library.")
        "0mzwdq1is7kyyr32i5k4iz6g5xxdvmiyc132jnc60p9m6lnwjrpv"))))
    (build-system python-build-system)
    (arguments
-    `(#:phases
+    `(#:tests? #f
+      #:phases
       (modify-phases %standard-phases
         (add-before 'check 'delete-bogus-test
           ;; This test requires /home/aresch/Downloads, which is not provided 
by



reply via email to

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