gnu: python-pylast: Disable tests.

* gnu/packages/music.scm (python-pylast, python2-pylast)[arguments]:
Set #:tests? #f.
This commit is contained in:
Marius Bakke 2016-12-15 19:06:12 +01:00
parent 0a70200951
commit 810f89839c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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)