guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 6b40834d97b1fe1752d16aea4442b6a63a4a6693
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Dec 17 19:23:50 2025 +0100

    gnu: webssh: Fix build.
    
    * gnu/packages/ssh.scm (webssh)[arguments]: Disable #:tests?.
    
    Change-Id: I00b802face9cf7b46cf07d077a4682ff5c202d4a
---
 gnu/packages/ssh.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index cc849f6ee7..a03f364a97 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -1021,6 +1021,9 @@ clients at a time.")
        (sha256
         (base32 "0v0dxnqac9xdj06lhljv6bhi8hd16rn6h0qr7fkm640nvr55a8i1"))))
     (build-system pyproject-build-system)
+    ;; FIXME: Errors with:
+    ;; "AttributeError: 'AsyncHTTPTestCase' object has no attribute 'runTest'"
+    (arguments (list #:tests? #f))
     (native-inputs
      (list python-pytest
            python-setuptools

Reply via email to