From f59df2f488061c68bb828470aef5c14811df4c4a Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 20 Dec 2022 16:09:55 +0100 Subject: [PATCH] gnu: python-eventlet: Exclude broken test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/python-xyz.scm (python-eventlet): [arguments] Exclude broken test. Signed-off-by: Ludovic Courtès --- gnu/packages/python-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index acc6c051e9..b14c4ff0f3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2883,7 +2883,8 @@ (define-public python-eventlet "nosetests" "-v" "tests/" "-I" "greendns_test.py" - "-I" "socket_test.py"))))))) + "-I" "socket_test.py" + "-e" "test_018b_http_10_keepalive_framing"))))))) (home-page "https://eventlet.net") (synopsis "Concurrent networking library for Python") (description