diff options
author | Brendan Tildesley <mail@brendan.scot> | 2019-05-04 02:42:24 +1000 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-05-05 14:44:20 +0200 |
commit | eb5f620134ea96b990cb0da667cab81c281d3208 (patch) | |
tree | a420c90f1ea833bb6567f6f7e2ede27fa4d908fa | |
parent | cbe399e7367eb2957026618689708b7d25500920 (diff) | |
download | patches-eb5f620134ea96b990cb0da667cab81c281d3208.tar patches-eb5f620134ea96b990cb0da667cab81c281d3208.tar.gz |
gnu: calibre: Enable tests.
* gnu/packages/ebook.scm (calibre): Enable tests.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r-- | gnu/packages/ebook.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 242a2a2f46..efc504337f 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -153,8 +153,6 @@ ("sqlite" ,sqlite))) (arguments `(#:python ,python-2 - #:test-target "check" - #:tests? #f ; FIXME: enable once flake8 is packaged ;; Calibre is using setuptools by itself, but the setup.py is not ;; compatible with the shim wrapper (taken from pip) we are using. #:use-setuptools? #f |