me
/
guix
Archived
1
0
Fork 0

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>
Nicolas Graves 2022-12-20 16:09:55 +01:00 committed by Ludovic Courtès
parent 7a36e8e218
commit f59df2f488
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -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