From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:36363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMaPr-0000Rk-FU for guix-patches@gnu.org; Fri, 03 May 2019 11:48:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMaPq-0001Iq-MO for guix-patches@gnu.org; Fri, 03 May 2019 11:48:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35827) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hMaPq-0001IZ-C3 for guix-patches@gnu.org; Fri, 03 May 2019 11:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hMaPq-0005rm-9w for guix-patches@gnu.org; Fri, 03 May 2019 11:48:02 -0400 Subject: bug#35455: [PATCH] gnu: Add python-django-extensions. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190427163207.22869-1-smbaines8@gmail.com> Date: Fri, 03 May 2019 17:47:00 +0200 In-Reply-To: <20190427163207.22869-1-smbaines8@gmail.com> (Sam's message of "Sat, 27 Apr 2019 17:32:07 +0100") Message-ID: <87h8aba6bv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Sam Cc: 35455-done@debbugs.gnu.org Sam skribis: > * gnu/packages/django.scm (python-django-extensions): New variable. I added a copyright line for you in this file and committed. > + (arguments > + '(#:tests? #f)) ;TODO collected 378 items / 3 errors / 1 skipped Could you investigate what these failures are about? It could be that the tests try to access the network, which won=E2=80=99t work in the isolat= ed build environment. In that case, we=E2=80=99d just skip the faulty tests. Thank you! Ludo=E2=80=99.