guix-commits
[Top][All Lists]
Advanced

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

76/150: gnu: python-pytest-catchlog: Disable tests.


From: guix-commits
Subject: 76/150: gnu: python-pytest-catchlog: Disable tests.
Date: Sun, 24 Apr 2022 05:12:25 -0400 (EDT)

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

commit e1116439368b87a40e033b42772a144a82daf445
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Dec 31 14:55:46 2021 +0100

    gnu: python-pytest-catchlog: Disable tests.
    
    * gnu/packages/check.scm (python-pytest-catchlog)[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 6f51a970cd..e8b15649d7 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2430,6 +2430,7 @@ pytest report.")
         (base32
          "1w7wxh27sbqwm4jgwrjr9c2gy384aca5jzw9c0wzhl0pmk2mvqab"))))
     (build-system python-build-system)
+    (arguments '(#:tests? #f))
     (native-inputs
      (list unzip))
     (propagated-inputs



reply via email to

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