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
@ -2035,6 +2035,8 @@ detailed track info including timbre, pitch, rhythm and loudness information.
|
||||
(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 New Issue
Block a user