[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: python-qrcode: Disable tests.
From: |
Marius Bakke |
Subject: |
08/08: gnu: python-qrcode: Disable tests. |
Date: |
Wed, 15 Feb 2017 03:28:10 -0500 (EST) |
mbakke pushed a commit to branch python-tests
in repository guix.
commit 6925cd788b5a36481dd261c78fb954a9825e3041
Author: Marius Bakke <address@hidden>
Date: Wed Feb 15 09:23:01 2017 +0100
gnu: python-qrcode: Disable tests.
* gnu/packages/python.scm (python-qrcode, python2-qrcode)[arguments]: New
field.
---
gnu/packages/python.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 39fd587..5bcdc6d 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
- branch python-tests updated (619bfd8 -> 6925cd7), Marius Bakke, 2017/02/15
- 02/08: gnu: python-requests-mock: Update to 1.3.0., Marius Bakke, 2017/02/15
- 03/08: gnu: python-sphinxcontrib-programoutput: Disable tests., Marius Bakke, 2017/02/15
- 06/08: gnu: python-sphinx-repoze-autointerface: Disable tests., Marius Bakke, 2017/02/15
- 08/08: gnu: python-qrcode: Disable tests.,
Marius Bakke <=
- 01/08: gnu: python-tabulate: Disable tests., Marius Bakke, 2017/02/15
- 04/08: gnu: python-sphinxcontrib-newsfeed: Disable tests., Marius Bakke, 2017/02/15
- 05/08: gnu: python-sphinx-rtd-theme: Disable tests., Marius Bakke, 2017/02/15
- 07/08: gnu: python-sphinx-cloud-sptheme: Explicitly disable tests., Marius Bakke, 2017/02/15