diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-15 09:23:01 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-15 09:23:01 +0100 |
commit | 6925cd788b5a36481dd261c78fb954a9825e3041 (patch) | |
tree | 6bfde23117cf6f199aed3dea44ce0271be5f77f5 /gnu | |
parent | a31e2f1a56ed0495698ad0355db7f6caef3cc8b3 (diff) | |
download | patches-6925cd788b5a36481dd261c78fb954a9825e3041.tar patches-6925cd788b5a36481dd261c78fb954a9825e3041.tar.gz |
gnu: python-qrcode: Disable tests.
* gnu/packages/python.scm (python-qrcode, python2-qrcode)[arguments]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 39fd58716e..5bcdc6d0c7 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 |