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

View file

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