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>
This commit is contained in:
parent
7a36e8e218
commit
f59df2f488
1 changed files with 2 additions and 1 deletions
|
@ -2883,7 +2883,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
|
||||
|
|
Loading…
Reference in a new issue