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

commit 788a9803c84e790629c27b11ed0c29c0debdc204
Author: Lars-Dominik Braun <[email protected]>
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