summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2022-12-20 16:09:55 +0100
committerLudovic Courtès <ludo@gnu.org>2023-01-19 17:54:50 +0100
commitf59df2f488061c68bb828470aef5c14811df4c4a (patch)
tree07eb484050fcbff01a27875f33c212e8e2c5b58f /gnu/packages
parent7a36e8e21809d05fdd011a0ce2ce7a83127c6679 (diff)
downloadguix-f59df2f488061c68bb828470aef5c14811df4c4a.tar.gz
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 2 insertions, 1 deletions
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