mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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"
|
"nosetests"
|
||||||
"-v" "tests/"
|
"-v" "tests/"
|
||||||
"-I" "greendns_test.py"
|
"-I" "greendns_test.py"
|
||||||
"-I" "socket_test.py")))))))
|
"-I" "socket_test.py"
|
||||||
|
"-e" "test_018b_http_10_keepalive_framing")))))))
|
||||||
(home-page "https://eventlet.net")
|
(home-page "https://eventlet.net")
|
||||||
(synopsis "Concurrent networking library for Python")
|
(synopsis "Concurrent networking library for Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue