GNU bug report logs -
#74728
[PATCH] gnu: python-asyncssh: Disable flaky connection tests.
Previous Next
Reported by: Roman Scherer <roman <at> burningswell.com>
Date: Sat, 7 Dec 2024 18:01:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #16 received at 74728 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ssh.scm (python-asyncssh): Disable more tests.
Change-Id: I9f3a746bdf820c1d357fd655f1ed1ff197327856
---
gnu/packages/ssh.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 95ad38a642..dc344b850f 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -824,8 +824,11 @@ (define-public python-asyncssh
(list "not test_confirm"
;; Tests fail with: asyncssh.misc.ConnectionLost:
;; Connection lost
- "test_get_server_host_key_proxy"
- "test_connect_reverse_proxy")
+ "test_connect_non_tcp_sock"
+ "test_connect_reverse_proxy"
+ "test_get_server_auth_methods_no_sockn"
+ "test_get_server_auth_methods_no_sockname"
+ "test_get_server_host_key_proxy")
" and not " ))
#:phases
#~(modify-phases %standard-phases
base-commit: eafd91c26232f039a3170b73e40b0a2d5983c474
--
2.46.0
This bug report was last modified 163 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.