guix-commits
[Top][All Lists]
Advanced

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

41/150: gnu: python-pytest-cache: Disable tests.


From: guix-commits
Subject: 41/150: gnu: python-pytest-cache: 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 63ec2ffbafee578d506ae821433fe047d603aa28
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 a74672b269..be91c3de6b 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1981,6 +1981,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]