guix-commits
[Top][All Lists]
Advanced

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

42/150: gnu: python-pytest-xprocess: Disable tests.


From: guix-commits
Subject: 42/150: gnu: python-pytest-xprocess: 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 9d4ec49f61d8bd8afdd2eb6750e97a8d4dac0497
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Dec 29 18:56:18 2021 +0100

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

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index be91c3de6b..bcb37df461 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2031,6 +2031,8 @@ framework which enables you to test server connections 
locally.")
               (base32
                "0rm2rchrr63imn44xk5slwydxf8gvy579524qcxq7dc42pnk17zx"))))
     (build-system python-build-system)
+    (arguments
+     `(#:tests? #f)) ; TODO: Tests fail.
     (native-inputs
      (list python-setuptools-scm))
     (propagated-inputs



reply via email to

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