From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: 03/04: gnu: Add python-feedparser. Date: Mon, 24 Oct 2016 17:40:08 -0400 Message-ID: <20161024214008.GB18975@jasmine> References: <20161009101345.16789.47748@vcs.savannah.gnu.org> <20161009101345.B6497220168@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]:42633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bymyb-0004nA-M2 for guix-devel@gnu.org; Mon, 24 Oct 2016 17:40:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bymyX-0000JW-Po for guix-devel@gnu.org; Mon, 24 Oct 2016 17:40:13 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:48700) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bymyX-0000JO-Lm for guix-devel@gnu.org; Mon, 24 Oct 2016 17:40:09 -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 BA408F29CE for ; Mon, 24 Oct 2016 17:40:08 -0400 (EDT) Content-Disposition: inline In-Reply-To: <20161009101345.B6497220168@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, Oct 09, 2016 at 10:13:45AM +0000, Efraim Flashner wrote: > efraim pushed a commit to branch master > in repository guix. > > commit da069d7eccb67d4363a7052b676e2c3e4dc2ceec > Author: ng0 > Date: Sun Sep 18 13:58:25 2016 +0000 > > gnu: Add python-feedparser. > > * gnu/packages/python.scm (python-feedparser): New variable. This package's test suite is failing on core-updates: https://hydra.gnu.org/build/1551148 >From what I can tell, the test suite was silently skipped on the master branch, while using Python 3.4. Can you try running the tests or disabling the test suite entirely?