diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-12-17 19:23:50 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:17:35 +0100 |
| commit | 2edff5724bd6e0a7abe468d23ec33c6b7fd16564 (patch) | |
| tree | 12bf28ccc8cd364c4168a77aa2922e2a00f250da /gnu/packages/ssh.scm | |
| parent | 9eed39b84127f19a6bbd73a3e029a03f0b476671 (diff) | |
gnu: webssh: Fix build.
* gnu/packages/ssh.scm (webssh)[arguments]: Disable #:tests?.
Change-Id: I00b802face9cf7b46cf07d077a4682ff5c202d4a
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/ssh.scm')
| -rw-r--r-- | gnu/packages/ssh.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 5417de1b2af..2e1ec2fca7f 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 |
