~ruther/guix-local

6925cd788b5a36481dd261c78fb954a9825e3041 — Marius Bakke 9 years ago a31e2f1
gnu: python-qrcode: Disable tests.

* gnu/packages/python.scm (python-qrcode, python2-qrcode)[arguments]: New field.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +3 -0
@@ 12995,6 12995,9 @@ a file-like object from which an arbitrarly-sized key can be read.")
        (base32
         "0kljfrfq0c2rmxf8am57333ia41kd0snbm2rnqbdy816hgpcq5a1"))))
    (build-system python-build-system)
    (arguments
     ;; FIXME: Tests require packaging 'pymaging'.
     '(#:tests? #f))
    (propagated-inputs
     `(("python-lxml" ,python-lxml)     ; for SVG output
       ("python-pillow" ,python-pillow) ; for PNG output