diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-15 17:53:49 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-15 17:55:36 +0100 |
commit | 9e378e6a5c0477cc0cb8cdbc06be8dd1fd4a8091 (patch) | |
tree | b6f1fa151b270b236859e83bb6f3887d924457f8 /gnu/packages/pdf.scm | |
parent | 444464ec28fe63a8162d6b7d8ef5b408082df91b (diff) | |
download | guix-9e378e6a5c0477cc0cb8cdbc06be8dd1fd4a8091.tar guix-9e378e6a5c0477cc0cb8cdbc06be8dd1fd4a8091.tar.gz |
gnu: python-reportlab: Fix tests.
* gnu/packages/pdf.scm (python-reportlab, python2-reportlab)[arguments]:
Set #:test-target.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 3f329c5426..1c04824ea6 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -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") |