GNU bug report logs - #60219
update python-greenlet

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 20 Dec 2022 15:05:02 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 60219 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [bug#60219] [PATCH 4/4] gnu: python-eventlet: Exclude broken test.
Date: Tue, 20 Dec 2022 16:09:55 +0100
* gnu/packages/python-xyz.scm (python-eventlet):
  [arguments] Exclude broken test.
---
 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 662516ce42..6226f2a3ea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2872,7 +2872,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
-- 
2.38.1





This bug report was last modified 2 years and 124 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.