civodul pushed a commit to branch master
in repository guix.
commit f59df2f488061c68bb828470aef5c14811df4c4a
Author: Nicolas Graves <[email protected]>
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 <[email protected]>
---
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