guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-reportlab: Fix tests.


From: Marius Bakke
Subject: 02/02: gnu: python-reportlab: Fix tests.
Date: Thu, 15 Dec 2016 16:55:42 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 9e378e6a5c0477cc0cb8cdbc06be8dd1fd4a8091
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 15 17:53:49 2016 +0100

    gnu: python-reportlab: Fix tests.
    
    * gnu/packages/pdf.scm (python-reportlab, python2-reportlab)[arguments]:
    Set #:test-target.
---
 gnu/packages/pdf.scm |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 3f329c5..1c04824 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]