guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: python-eventlet: Exclude broken test.


From: guix-commits
Subject: 10/11: gnu: python-eventlet: Exclude broken test.
Date: Thu, 19 Jan 2023 11:57:18 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f59df2f488061c68bb828470aef5c14811df4c4a
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Tue Dec 20 16:09:55 2022 +0100

    gnu: python-eventlet: Exclude broken test.
    
    * gnu/packages/python-xyz.scm (python-eventlet):
      [arguments] Exclude broken test.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 @@ standard.")
                 "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



reply via email to

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