guix-commits
[Top][All Lists]
Advanced

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

39/103: gnu: python-pytest-xprocess: Disable tests.


From: guix-commits
Subject: 39/103: gnu: python-pytest-xprocess: 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 e5be73db236e6a6198bf1cf73836457c27f49a52
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 edd6fbdade..c8942a12a0 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1960,6 +1960,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]