guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60219] [PATCH 4/4] gnu: python-eventlet: Exclude broken test.


From: Nicolas Graves
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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]