From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKJmd-00079z-Ju for guix-patches@gnu.org; Sat, 27 Apr 2019 05:38:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hKJmb-0004Pe-HV for guix-patches@gnu.org; Sat, 27 Apr 2019 05:38:11 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49092) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hKJmZ-0004Kc-Gu for guix-patches@gnu.org; Sat, 27 Apr 2019 05:38:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hKJmZ-00016B-Ca for guix-patches@gnu.org; Sat, 27 Apr 2019 05:38:07 -0400 Subject: [bug#35446] [PATCH 10/26] gnu: calibre: Enable tests. Resent-Message-ID: From: Brendan Tildesley Date: Sat, 27 Apr 2019 19:36:43 +1000 Message-Id: <20190427093659.21851-10-mail@brendan.scot> In-Reply-To: <20190427093659.21851-1-mail@brendan.scot> References: <20190427093659.21851-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35446@debbugs.gnu.org * gnu/packages/ebook.scm (calibre): Enable tests. --- gnu/packages/ebook.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index e7f58ec7c0..d944e39f33 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -151,8 +151,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 -- 2.21.0