rekado pushed a commit to branch master
in repository guix.

commit 8f0ca5d940419e66d1cb81e60b87b62ebe1435e4
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Tue Jan 14 12:30:22 2025 +0800

    gnu: python-tweepy: Disable tests.
    
    * gnu/packages/pythohn-web.scm (python-tweepy)[arguments]: Disable tests.
    
    Change-Id: I61230791339db93f34a05f30319eaea83149df99
---
 gnu/packages/python-web.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 20f7336f63..492e60fbc7 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -9354,7 +9354,8 @@ Full documentation may be found at
          "0jl3j20iqvzqqw5q5ldval5wrc2pdx94zff3b6b87j51yjx3qjhr"))))
     (build-system python-build-system)
     (arguments
-     `(#:phases
+     `(#:tests? #f         ;XXX: need /etc/ssl/certs/ca-certificates.crt
+       #:phases
        (modify-phases %standard-phases
          (replace 'check
            (lambda* (#:key tests? #:allow-other-keys)

Reply via email to