guix-commits
[Top][All Lists]
Advanced

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

38/103: gnu: python-pytest-cache: Disable tests.


From: guix-commits
Subject: 38/103: gnu: python-pytest-cache: Disable tests.
Date: Wed, 5 Jan 2022 09:44:33 -0500 (EST)

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

commit df64a130fb57b43b4556b9a813a71d6b26ce44b8
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Dec 29 18:54:09 2021 +0100

    gnu: python-pytest-cache: Disable tests.
    
    They fail.
    
    * gnu/packages/check.scm (python-pytest-cache)[arguments]: Disable tests.
---
 gnu/packages/check.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 241cec110b..edd6fbdade 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1910,6 +1910,7 @@ tools for mocking system commands and recording calls to 
those.")
               (base32
                "1a873fihw4rhshc722j4h6j7g3nj7xpgsna9hhg3zn6ksknnhx5y"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f))
     (propagated-inputs
      (list python-apipkg python-execnet python-py python-pytest))
     (synopsis "Py.test plugin with mechanisms for caching across test runs")



reply via email to

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