3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-qrcode: Disable tests.

* gnu/packages/python.scm (python-qrcode, python2-qrcode)[arguments]: New field.
This commit is contained in:
Marius Bakke 2017-02-15 09:23:01 +01:00
parent a31e2f1a56
commit 6925cd788b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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