gnu: python-reportlab: Fix tests.

* gnu/packages/pdf.scm (python-reportlab, python2-reportlab)[arguments]:
Set #:test-target.
This commit is contained in:
Marius Bakke 2016-12-15 17:53:49 +01:00
parent 444464ec28
commit 9e378e6a5c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -628,6 +628,10 @@ (define-public python-reportlab
(base32
"0rz2pg04wnzjjm2f5a8ik9v8s54mv4xrjhv5liqjijqv6awh12gl"))))
(build-system python-build-system)
(arguments
'(;; FIXME: There is one test failure, but it does not cause the
;; build to fail. No time to investigate right now.
#:test-target "tests"))
(propagated-inputs
`(("python-pillow" ,python-pillow)))
(home-page "http://www.reportlab.com")