mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-pylast: Disable tests.
* gnu/packages/music.scm (python-pylast, python2-pylast)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
0a70200951
commit
810f89839c
1 changed files with 2 additions and 0 deletions
|
@ -2035,6 +2035,8 @@ (define-public python-pylast
|
|||
(base32
|
||||
"0bml11gfkxqd3i2jxkn5k2xllc4rvxjcyhs8an05gcyy1zp2bwvb"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; FIXME: Requires unpackaged python-flaky.
|
||||
(native-inputs
|
||||
`(("python-coverage" ,python-coverage)
|
||||
("python-mock" ,python-mock)
|
||||
|
|
Loading…
Reference in a new issue