diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-14 12:30:22 +0800 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:50 +0100 |
commit | 8f0ca5d940419e66d1cb81e60b87b62ebe1435e4 (patch) | |
tree | 0970213aef2c8834081dc320d69ed94f81357e9b /gnu/packages/python-web.scm | |
parent | 70ad04b51a688358db534d22923da6e0a03b1453 (diff) |
gnu: python-tweepy: Disable tests.
* gnu/packages/pythohn-web.scm (python-tweepy)[arguments]: Disable tests.
Change-Id: I61230791339db93f34a05f30319eaea83149df99
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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) |