~ruther/guix-local

9e378e6a5c0477cc0cb8cdbc06be8dd1fd4a8091 — Marius Bakke 9 years ago 444464e
gnu: python-reportlab: Fix tests.

* gnu/packages/pdf.scm (python-reportlab, python2-reportlab)[arguments]:
Set #:test-target.
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/pdf.scm
M gnu/packages/pdf.scm => gnu/packages/pdf.scm +4 -0
@@ 628,6 628,10 @@ using a stylus.")
               (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")