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>
parent
7a36e8e218
commit
f59df2f488
|
@ -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
|
||||
|
|
Reference in New Issue