[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-imagesize: Disable the test suite.
From: |
Leo Famulari |
Subject: |
01/01: gnu: python-imagesize: Disable the test suite. |
Date: |
Sat, 5 Nov 2016 18:13:48 +0000 (UTC) |
lfam pushed a commit to branch core-updates
in repository guix.
commit 9422c98a0a2bf2c48d8e10e59d838ab23870eb10
Author: Leo Famulari <address@hidden>
Date: Sat Nov 5 14:13:05 2016 -0400
gnu: python-imagesize: Disable the test suite.
* gnu/packages/python.scm (python-imagesize, python2-imagesize)[arguments]:
Disable the tests.
---
gnu/packages/python.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f971bb0..0daa921 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11607,6 +11607,10 @@ useful as a validator for JSON data.")
(base32
"0qk07k0z4241lkzzjji7z4da04pcvg7bfc4xz1934zlqhwmwdcha"))))
(build-system python-build-system)
+ (arguments
+ '(;; Test files are not distributed on PyPi:
+ ;; https://github.com/shibukawa/imagesize_py/issues/7
+ #:tests? #f))
(home-page "https://github.com/shibukawa/imagesize_py")
(synopsis "Gets image size of files in variaous formats in Python")
(description