mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: python-botocore: Disable tests.
* gnu/packages/python.scm (python-botocore, python2-botocore): Set #:tests? #f.
This commit is contained in:
parent
52a75a83f9
commit
877fdac9e3
1 changed files with 3 additions and 0 deletions
|
@ -8492,6 +8492,9 @@ (define-public python-botocore
|
|||
(base32
|
||||
"1zxczlwqy9bl27d9bc5x99mb5mcsxm350240lp5nx7014xb311lj"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; FIXME: Many tests are failing.
|
||||
'(#:tests? #f))
|
||||
(propagated-inputs
|
||||
`(("python-dateutil" ,python-dateutil-2)
|
||||
("python-docutils" ,python-docutils)
|
||||
|
|
Loading…
Reference in a new issue