guix-commits
[Top][All Lists]
Advanced

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

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


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

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

commit 2f5dc8c8e45d53293bcd60f3515a3a58f54adc06
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 d3ab3c109f..0fceb983c8 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2343,6 +2343,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]