mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
This commit is contained in:
parent
e1e6116e05
commit
646810ab6a
1 changed files with 4 additions and 1 deletions
|
@ -1941,7 +1941,10 @@ (define-public python-pycurl
|
|||
" 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 _
|
||||
|
|
Loading…
Reference in a new issue