From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: 09/16: gnu: Add python-django-filter. Date: Mon, 24 Oct 2016 17:41:24 -0400 Message-ID: <20161024214124.GC18975@jasmine> References: <20160918201958.24999.78657@vcs.savannah.gnu.org> <20160918201959.4837E2201DC@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]:43027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bymzo-0005qt-Rq for guix-devel@gnu.org; Mon, 24 Oct 2016 17:41:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bymzl-0000eq-LP for guix-devel@gnu.org; Mon, 24 Oct 2016 17:41:28 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:49842) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bymzl-0000ea-Hr for guix-devel@gnu.org; Mon, 24 Oct 2016 17:41:25 -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 DD890F29D1 for ; Mon, 24 Oct 2016 17:41:24 -0400 (EDT) Content-Disposition: inline In-Reply-To: <20160918201959.4837E2201DC@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:59PM +0000, Efraim Flashner wrote: > efraim pushed a commit to branch master > in repository guix. > > commit 894810c7c951d054e4b456f9c03e315cda1bd765 > Author: Efraim Flashner > Date: Sun Sep 11 21:31:44 2016 +0300 > > gnu: Add python-django-filter. > > * gnu/packages/django.scm (python-django-filter): New variable. This package's test suite is failing on core-updates: https://hydra.gnu.org/build/1556444 I think the tests were not actually run on master with Python 3.4. Can you look into it?