From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0ZE5-00052J-Ml for guix-patches@gnu.org; Fri, 06 Oct 2017 16:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0ZE2-0008K6-SD for guix-patches@gnu.org; Fri, 06 Oct 2017 16:28:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44938) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0ZE2-0008Jy-O2 for guix-patches@gnu.org; Fri, 06 Oct 2017 16:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e0ZE2-0005Pk-Ic for guix-patches@gnu.org; Fri, 06 Oct 2017 16:28:02 -0400 Subject: [bug#28726] [PATCH 4/5] gnu: python: Disable tests for python-graphene. Resent-Message-ID: From: Christopher Baines Date: Fri, 6 Oct 2017 21:27:01 +0100 Message-Id: <20171006202702.1511-4-mail@cbaines.net> In-Reply-To: <20171006202702.1511-1-mail@cbaines.net> References: <20171006202702.1511-1-mail@cbaines.net> 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: 28726@debbugs.gnu.org As the tests are missing from the PyPI release. * gnu/packages/python.scm (python-graphene)[arguments]: Set #:tests? to #f. --- gnu/packages/python.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 594dd38e4..6489bb415 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -13099,6 +13099,9 @@ from Facebook.") (base32 "09zhac7igh9ixdz0ay6csy35b40l1jwbf2wrbxmgxwfhy51iy06q")))) (build-system python-build-system) + (arguments + ;; Tests missing from PyPI release. + '(#:tests? #f)) (native-inputs `(("python-django-filter" ,python-django-filter) ("python-mock" ,python-mock) -- 2.14.2