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

commit 9d4ec49f61d8bd8afdd2eb6750e97a8d4dac0497
Author: Lars-Dominik Braun <[email protected]>
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