guix-commits
[Top][All Lists]
Advanced

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

43/150: gnu: python-pyfakefs: Disable tests.


From: guix-commits
Subject: 43/150: gnu: python-pyfakefs: 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 298bf67ba33c1cc55a9aa959674103477d4f3139
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Dec 29 18:58:35 2021 +0100

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

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index bcb37df461..6f51a970cd 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2967,7 +2967,8 @@ grew out of the @dfn{Vc} project.")
                         "python-pyfakefs-remove-bad-test.patch"))
               (file-name (string-append name "-" version ".tar.gz"))))
     (arguments
-     `(#:phases
+     `(#:tests? #f ; TODO: Fail.
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-testsuite
            (lambda _



reply via email to

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