guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-pycurl: Disable one failing test.


From: guix-commits
Subject: branch master updated: gnu: python-pycurl: Disable one failing test.
Date: Fri, 15 Mar 2024 03:52:33 -0400

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

sharlatan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 646810ab6a gnu: python-pycurl: Disable one failing test.
646810ab6a is described below

commit 646810ab6a66f16b451b920ecd6b6dc4e4859482
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Mar 15 07:48:08 2024 +0000

    gnu: python-pycurl: Disable one failing test.
    
    * gnu/packages/python-web.com (python-pycurl) [arguments]
    <#:test-flags>: Disable one more failing test which occurs on CI with
    CPU thread count more than 16.
    
    Change-Id: Ie772a7f096357b541cc8baa2349a524f05500e52
---
 gnu/packages/python-web.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 856f36ca0b..c2bdfc8da8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1941,7 +1941,10 @@ Amazon S3 compatible object storage server.")
                    " and not test_libcurl_ssl_nss"
                    ;; OSError: tests/fake-curl/libcurl/with_openssl.so: cannot
                    ;; open shared object file: No such file or directory
-                   " and not test_libcurl_ssl_openssl"))
+                   " and not test_libcurl_ssl_openssl"
+                   ;; pycurl.error: (56, 'Recv failure: Connection reset by
+                   ;; peer')
+                   " and not test_post_with_read_callback"))
        #:phases (modify-phases %standard-phases
                   (add-before 'build 'configure-tls-backend
                     (lambda _



reply via email to

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