me
/
guix
Archived
1
0
Fork 0

gnu: python-eventlet: Skip two failing tests.

* gnu/packages/python-xyz.scm (python-eventlet)[arguments]: In 'check' phase,
skip two more tests which are failing with Python 3.10 and have upstream bug
reports.
master
John Kehayias 2023-04-24 11:37:16 -04:00
parent 9e81b4da2d
commit 0c297b9b70
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 6 additions and 1 deletions

View File

@ -3013,7 +3013,12 @@ standard.")
"-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"))))))) "-e" "test_018b_http_10_keepalive_framing"
;; The following two tests fail with Python 3.10. See
;; <https://github.com/eventlet/eventlet/issues/730>.
"-e" "test_patcher_existing_locks_locked"
;; And see <https://github.com/eventlet/eventlet/issues/739>.
"-e" "test_017_ssl_zeroreturnerror")))))))
(home-page "https://eventlet.net") (home-page "https://eventlet.net")
(synopsis "Concurrent networking library for Python") (synopsis "Concurrent networking library for Python")
(description (description