guix-commits
[Top][All Lists]
Advanced

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

36/103: gnu: python-rencode: Disable tests.


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

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

commit 63bdd7959aabd4e2259c6b0d16010bd10ce0f53b
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 a2d62a5ca6..a4a6230d1f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19396,7 +19396,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]