From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e12Kw-0001SN-Td for guix-patches@gnu.org; Sat, 07 Oct 2017 23:33:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e12Ks-0005vX-6A for guix-patches@gnu.org; Sat, 07 Oct 2017 23:33:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46669) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e12Ks-0005vN-1p for guix-patches@gnu.org; Sat, 07 Oct 2017 23:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e12Kr-00028I-Rq for guix-patches@gnu.org; Sat, 07 Oct 2017 23:33:01 -0400 Subject: [bug#28726] [PATCH 4/5] gnu: python: Disable tests for python-graphene. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e12KU-0001Qe-Rw for guix-patches@gnu.org; Sat, 07 Oct 2017 23:32:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e12KQ-0005pl-51 for guix-patches@gnu.org; Sat, 07 Oct 2017 23:32:38 -0400 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:54459) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e12KP-0005pZ-Uk for guix-patches@gnu.org; Sat, 07 Oct 2017 23:32:34 -0400 Received: by mail-wm0-x235.google.com with SMTP id i124so15554367wmf.3 for ; Sat, 07 Oct 2017 20:32:33 -0700 (PDT) Received: from [192.168.0.10] (tal33-3-82-233-82-24.fbx.proxad.net. [82.233.82.24]) by smtp.googlemail.com with ESMTPSA id b9sm4453224wrf.32.2017.10.07.20.32.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 07 Oct 2017 20:32:32 -0700 (PDT) References: <20171006202702.1511-1-mail@cbaines.net> <20171006202702.1511-4-mail@cbaines.net> From: Cyril Roelandt Message-ID: Date: Sun, 8 Oct 2017 05:32:30 +0200 MIME-Version: 1.0 In-Reply-To: <20171006202702.1511-4-mail@cbaines.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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 On 10/06/2017 10:27 PM, Christopher Baines wrote: > As the tests are missing from the PyPI release. Looks good to me. This is done on purpose: https://github.com/graphql-python/graphene/blob/master/MANIFEST.in . Do you think the authors would be open to fix this? Cyril.