diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-05 14:13:05 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-05 14:13:39 -0400 |
commit | 9422c98a0a2bf2c48d8e10e59d838ab23870eb10 (patch) | |
tree | c9c0690853e22521089e60d28e6eca346729af72 /gnu | |
parent | 8d806cb0e0853add2527b09b5e608c860faffe07 (diff) | |
download | guix-9422c98a0a2bf2c48d8e10e59d838ab23870eb10.tar guix-9422c98a0a2bf2c48d8e10e59d838ab23870eb10.tar.gz |
gnu: python-imagesize: Disable the test suite.
* gnu/packages/python.scm (python-imagesize, python2-imagesize)[arguments]:
Disable the tests.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f971bb0cfc..0daa921c4b 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 |