~ruther/guix-local

2edff5724bd6e0a7abe468d23ec33c6b7fd16564 — Cayetano Santos 3 months ago 9eed39b
gnu: webssh: Fix build.

* gnu/packages/ssh.scm (webssh)[arguments]: Disable #:tests?.

Change-Id: I00b802face9cf7b46cf07d077a4682ff5c202d4a
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/ssh.scm
M gnu/packages/ssh.scm => gnu/packages/ssh.scm +3 -0
@@ 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