From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47726) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJlVr-00061W-Fc for guix-patches@gnu.org; Wed, 01 Apr 2020 18:07:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJlVm-0000Sx-OF for guix-patches@gnu.org; Wed, 01 Apr 2020 18:07:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55495) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJlVm-0000Rn-75 for guix-patches@gnu.org; Wed, 01 Apr 2020 18:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJlVm-0005xL-0r for guix-patches@gnu.org; Wed, 01 Apr 2020 18:07:02 -0400 Subject: bug#40251: [PATCH] Enable tests for python-aiohttp Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200327131008.GC4578@zpidnp36> Date: Thu, 02 Apr 2020 00:05:49 +0200 In-Reply-To: <20200327131008.GC4578@zpidnp36> (Lars-Dominik Braun's message of "Fri, 27 Mar 2020 14:10:08 +0100") Message-ID: <87h7y2svya.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: Lars-Dominik Braun Cc: 40251-done@debbugs.gnu.org Hello, Lars-Dominik Braun skribis: > From 405d7831be08b7f00643b7b28a88ce60c2ebcd00 Mon Sep 17 00:00:00 2001 > From: Lars-Dominik Braun > Date: Fri, 27 Mar 2020 13:55:03 +0100 > Subject: [PATCH 1/3] gnu: gunicorn: Update to 20.0.4 > > * gnu/packages/python-web.scm (gunicorn) [version]: Update to 20.0.4 > [arguments] Re-enable previously failing tests [...] > From 02c51b326e72a501cc00216a34355ce0512ca449 Mon Sep 17 00:00:00 2001 > From: Lars-Dominik Braun > Date: Fri, 27 Mar 2020 13:57:00 +0100 > Subject: [PATCH 2/3] gnu: Add python-pytest-forked > > * gnu/packages/check.scm (python-pytest-forked): New variable. [...] > From f3bbf527ca17d509a1c755960d0f7fc2c3daf8ea Mon Sep 17 00:00:00 2001 > From: Lars-Dominik Braun > Date: Fri, 27 Mar 2020 13:58:11 +0100 > Subject: [PATCH 3/3] gnu: python-aiohttp: Enable tests > > * gnu/packages/python-web.scm (python-aiohttp) [arguments]: Enable tests > [native-inputs] Add test dependencies [patches] Add test case patch > * gnu/packages/patches/python-aiohttp-3.6.2-no-warning-fail.patch: New fi= le > * gnu/local.mk (dist_patch_DATA): Add it Applied all three patches, thanks! Ludo=E2=80=99.