diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2022-12-20 16:09:55 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-01-19 17:54:50 +0100 |
commit | f59df2f488061c68bb828470aef5c14811df4c4a (patch) | |
tree | 07eb484050fcbff01a27875f33c212e8e2c5b58f /gnu/packages | |
parent | 7a36e8e21809d05fdd011a0ce2ce7a83127c6679 (diff) | |
download | guix-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.scm | 3 |
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 |