guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: python-eventlet: Skip two failing test


From: guix-commits
Subject: branch core-updates updated: gnu: python-eventlet: Skip two failing tests.
Date: Mon, 24 Apr 2023 11:39:19 -0400

This is an automated email from the git hooks/post-receive script.

podiki pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 0c297b9b70 gnu: python-eventlet: Skip two failing tests.
0c297b9b70 is described below

commit 0c297b9b70f4efb10b709a32a5e0d0615e850027
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Mon Apr 24 11:37:16 2023 -0400

    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.
---
 gnu/packages/python-xyz.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index db71ab6af5..f508dd2e6c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3013,7 +3013,12 @@ standard.")
                 "-v" "tests/"
                 "-I" "greendns_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";)
     (synopsis "Concurrent networking library for Python")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]