mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-tweepy: Disable tests.
* gnu/packages/pythohn-web.scm (python-tweepy)[arguments]: Disable tests. Change-Id: I61230791339db93f34a05f30319eaea83149df99
This commit is contained in:
parent
70ad04b51a
commit
8f0ca5d940
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue