From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: 05/16: gnu: Add python-graphql-core. Date: Mon, 24 Oct 2016 17:38:27 -0400 Message-ID: <20161024213827.GA18975@jasmine> References: <20160918201958.24999.78657@vcs.savannah.gnu.org> <20160918201958.EEDFB2201D8@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bymx3-0003YU-63 for guix-devel@gnu.org; Mon, 24 Oct 2016 17:38:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bymwz-000805-Az for guix-devel@gnu.org; Mon, 24 Oct 2016 17:38:37 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:60136) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bymwz-0007zn-6J for guix-devel@gnu.org; Mon, 24 Oct 2016 17:38:33 -0400 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 7CB1EF29D2 for ; Mon, 24 Oct 2016 17:38:32 -0400 (EDT) Content-Disposition: inline In-Reply-To: <20160918201958.EEDFB2201D8@vcs.savannah.gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org On Sun, Sep 18, 2016 at 08:19:58PM +0000, Efraim Flashner wrote: > efraim pushed a commit to branch master > in repository guix. > > commit 05b7a593367d541f1a7a7be3a13bb2834c235257 > Author: Efraim Flashner > Date: Sun Sep 11 21:27:29 2016 +0300 > > gnu: Add python-graphql-core. > > * gnu/packages/python.scm (python-graphql-core): New variable. This package's test suite is failing on core-updates: https://hydra.gnu.org/build/1559633 >From what I can see, we never actually ran the test suite on the master branch; the tests were silently skipped with Python 3.4. Can you try running the tests or disabling them altogether?