gnu: calibre: Enable tests.
* gnu/packages/ebook.scm (calibre): Enable tests. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
cbe399e736
commit
eb5f620134
|
@ -153,8 +153,6 @@
|
||||||
("sqlite" ,sqlite)))
|
("sqlite" ,sqlite)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2
|
`(#: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
|
;; Calibre is using setuptools by itself, but the setup.py is not
|
||||||
;; compatible with the shim wrapper (taken from pip) we are using.
|
;; compatible with the shim wrapper (taken from pip) we are using.
|
||||||
#:use-setuptools? #f
|
#:use-setuptools? #f
|
||||||
|
|
Loading…
Reference in New Issue