Received: (at submit) by debbugs.gnu.org; 26 Jan 2022 17:48:46 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jan 26 12:48:46 2022 Received: from localhost ([127.0.0.1]:53421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1nCmPW-0002xL-7H for submit <at> debbugs.gnu.org; Wed, 26 Jan 2022 12:48:46 -0500 Received: from lists.gnu.org ([209.51.188.17]:32854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <lars@HIDDEN>) id 1nCmPU-0002xE-Kj for submit <at> debbugs.gnu.org; Wed, 26 Jan 2022 12:48:44 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48670) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <lars@HIDDEN>) id 1nCmPU-0004uY-0a for guix-patches@HIDDEN; Wed, 26 Jan 2022 12:48:44 -0500 Received: from mout-p-201.mailbox.org ([80.241.56.171]:41710) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from <lars@HIDDEN>) id 1nCmPR-00072i-MV for guix-patches@HIDDEN; Wed, 26 Jan 2022 12:48:43 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4JkWRN3Qwqz9sm3 for <guix-patches@HIDDEN>; Wed, 26 Jan 2022 18:48:32 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1643219310; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=RS0OnEicaHZXiYKFucF2ujAkUag6y1iIJ19edadRERw=; b=RM8HfrCnM1cDdVKPajA6ziqOIHXotLoS366Lq6Y4VFb/qKjRLDBjmK8TT1/SUyP/czAkeg nAyHcMCGLQh2d88WBbEGU+DBcpN4n3BHU2IaDCYikjTz6NalNvUBMcbLFTEK85pla/kkja q7IAdyuzLI7cFAcqpuMtz71U7OM8ljX52UnvJumrv4YHDBitPdYixIQM6DcWXOciRBurwA c9/vYeqww2qjx3Rjwtk5KOrcNFfLgFqh/yKXzwRgSObSToL85OemxkMSCigzSkt92+R4xF JYMTN41yRczXJ4t93CsIDU5l7ocuy+qHB4W20cv4BuqJvFpekNl1OuC9afim0g== Date: Wed, 26 Jan 2022 18:48:23 +0100 From: Lars-Dominik Braun <lars@HIDDEN> To: guix-patches@HIDDEN Subject: [PATCH] gnu: python-uvloop: Skip failing test on PowerPC. Message-ID: <YfGJZ2HYAMcI88A6@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Received-SPF: pass client-ip=80.241.56.171; envelope-from=lars@HIDDEN; helo=mout-p-201.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.6 (--) * gnu/packages/python-web.scm (python-uvloop)[arguments]: Conditionally skip test on target-powerpc?. --- gnu/packages/python-web.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Hi, can someone using a PowerPC machine please verify this fixes the build failure here: https://ci.guix.gnu.org/build/424653/details Thanks, Lars diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 406c6cb51b..1c90fde331 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4644,7 +4644,11 @@ (define-public python-uvloop ;; It looks like pytest is preventing ;; custom stdout/stderr redirection, ;; even with -s. - "and not test_process_streams_redirect ")))))))) + "and not test_process_streams_redirect " + ;; Fails for unknown reasons. + (if target-powerpc? + "and not test_write_buffer_full " + ""))))))))) (native-inputs (list python-aiohttp python-cython -- 2.34.1
Lars-Dominik Braun <lars@HIDDEN>
:guix-patches@HIDDEN
.
Full text available.guix-patches@HIDDEN
:bug#53552
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.