From unknown Tue Jun 17 22:22:47 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#62906] [PATCH] gnu: python-pytest-trio: Disable tests. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 17 Apr 2023 15:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 62906 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62906@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16817454334993 (code B ref -1); Mon, 17 Apr 2023 15:31:01 +0000 Received: (at submit) by debbugs.gnu.org; 17 Apr 2023 15:30:33 +0000 Received: from localhost ([127.0.0.1]:55810 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poQoK-0001IT-O3 for submit@debbugs.gnu.org; Mon, 17 Apr 2023 11:30:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:41658) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poQoJ-0001IM-5y for submit@debbugs.gnu.org; Mon, 17 Apr 2023 11:30:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poQoC-0006Oh-0w for guix-patches@gnu.org; Mon, 17 Apr 2023 11:30:30 -0400 Received: from mx1.dismail.de ([78.46.223.134]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poQo9-0003ts-JA for guix-patches@gnu.org; Mon, 17 Apr 2023 11:30:23 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 58039172 for ; Mon, 17 Apr 2023 17:30:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=AYnSL/BA6D5zrSsXgkqbKjUzxdzrrYB2XWTERLmymmI=; b= qbMTKiU4+nTbGq3jzj78LZ3sqKvaWHrowpqbKYqRPUw9dmTXG6N35pAu1RaJvrHo GKCAGndU6tjwsDnrSHOPX9v4HzX4ewEK532le7xj5B96pxiPD7wPWAEqxdVa7t1l zYxytcCbW8O6X4VNOunnPsWjKbKPQ3otUNHczEopvH8t3cComVRIYa4q1s06Jc8P p9NSHh4mg5XZ2pcggQu7rNP8dBdRjFJcf6b4kMjx73TlKYbpklW2fJkze3O546hz mHh/YLI0Sm9LwuOUfpDq8hyMvUAaruPFeGMf9/nathSEceeVcdk6ETSg7KJMFy0L bbF6NwdGg/cUIA5I0hpNug== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 95773caa for ; Mon, 17 Apr 2023 17:30:17 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 8b4e4b13 for ; Mon, 17 Apr 2023 17:30:16 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id a6c4d71f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 17 Apr 2023 17:30:15 +0200 (CEST) From: jgart Date: Mon, 17 Apr 2023 10:27:44 -0500 Message-Id: <20230417152743.19932-1-jgart@dismail.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) See the following GitHub issue on the project page: https://github.com/python-trio/pytest-trio/issues/122 * gnu/packages/python-check.scm (python-pytest-trio)[arguments]: Disable broken tests. --- Hi, pytest-trio currently causes guix pull to fail because the tests are broken. I have diabled the tests and linked the associated issue from the project page detailing more. all best, jgart gnu/packages/python-check.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 1046602800..613fa23a99 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1095,7 +1095,9 @@ (define-public python-pytest-trio (base32 "0c8cqf9by2884riksrqymqfp2g1d2d798a2zalcw9hmf34c786y0")))) (build-system python-build-system) (arguments - `(#:phases + `(;; https://github.com/python-trio/pytest-trio/issues/122 + #:tests? #f ; Tests are currently broken. + #:phases (modify-phases %standard-phases (replace 'check (lambda* (#:key tests? inputs outputs #:allow-other-keys) -- 2.39.2 From unknown Tue Jun 17 22:22:47 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#62906] References: <20230417152743.19932-1-jgart@dismail.de> In-Reply-To: <20230417152743.19932-1-jgart@dismail.de> Resent-From: "jgart" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 17 Apr 2023 15:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62906 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Lars-Dominik Braun" , 62906@debbugs.gnu.org Received: via spool by 62906-submit@debbugs.gnu.org id=B62906.16817456055336 (code B ref 62906); Mon, 17 Apr 2023 15:34:02 +0000 Received: (at 62906) by debbugs.gnu.org; 17 Apr 2023 15:33:25 +0000 Received: from localhost ([127.0.0.1]:55822 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poQr7-0001O0-C0 for submit@debbugs.gnu.org; Mon, 17 Apr 2023 11:33:25 -0400 Received: from mx2.dismail.de ([159.69.191.136]:20038) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poQr5-0001NZ-Ek for 62906@debbugs.gnu.org; Mon, 17 Apr 2023 11:33:24 -0400 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 6e2caed6; Mon, 17 Apr 2023 17:33:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to; s=20190914; bh=PKn6xsOm/SMtU19HFJs6tYEUF FykhpH8VcZWwSYdHt8=; b=NzrIQ3OOvxUmqsj1uC71jioZOnewbpfgHtq8sKEFP CFaqlneaZ2FLyZ3HwIWO8oi5CDgCdL20ddSBa3KKRYDP9zW0a1pOK6xCUZGMxiWd Xdnm/KWcByfBs0rcVMBo4VrLw1ti8IkpI7EAD5OzWMvKw5A1JiojBETMCWZHs56z QFw8bQEzHQ48zWWE8qu2iCocevfXbTM/AfME2AJGk84B8PO/v+IjhKBQe4At9rj0 8LFeUeQxuyqmEeqe55xX0tJw0Sbb5vnm+emcCWjk2Xbv8JQ8EuLfT6U+DQYlY6Cv dRHAQ5D9bYWZ0H0s6nEmz+mht5HzTVAMbvj7LvwKYGT0w== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 8a569244; Mon, 17 Apr 2023 17:33:17 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id ec280cba; Mon, 17 Apr 2023 17:33:16 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 54f8c5d7 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 17 Apr 2023 17:33:15 +0200 (CEST) MIME-Version: 1.0 Date: Mon, 17 Apr 2023 15:33:14 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.17.0 From: "jgart" Message-ID: <9059240d2b0208024e937ce3ab4a54de@dismail.de> X-Spam-Score: -0.3 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) Hi, I forgot to add that there is also an issue reporting the pytest-trio fai= lure here by bdju: https://issues.guix.gnu.org/62871 62906 fixes the problem by disabling the tests for pytest-trio. all best, jgart From unknown Tue Jun 17 22:22:47 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#62906] Resent-From: Katherine Cox-Buday Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 18 Apr 2023 00:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62906 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62906@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.168177631517094 (code B ref -1); Tue, 18 Apr 2023 00:06:02 +0000 Received: (at submit) by debbugs.gnu.org; 18 Apr 2023 00:05:15 +0000 Received: from localhost ([127.0.0.1]:57188 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poYqR-0004Rd-47 for submit@debbugs.gnu.org; Mon, 17 Apr 2023 20:05:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:57470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poYqO-0004RT-P7 for submit@debbugs.gnu.org; Mon, 17 Apr 2023 20:05:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poYqM-0001ox-Om for guix-patches@gnu.org; Mon, 17 Apr 2023 20:05:12 -0400 Received: from ciao.gmane.io ([116.202.254.214]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poYqH-0008Ub-Mr for guix-patches@gnu.org; Mon, 17 Apr 2023 20:05:08 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1poYqD-0008Bm-Rv for guix-patches@gnu.org; Tue, 18 Apr 2023 02:05:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ From: Katherine Cox-Buday Date: Mon, 17 Apr 2023 10:19:23 -0600 Message-ID: References: <20230417152743.19932-1-jgart@dismail.de> <9059240d2b0208024e937ce3ab4a54de@dismail.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Content-Language: en-US In-Reply-To: <9059240d2b0208024e937ce3ab4a54de@dismail.de> Received-SPF: pass client-ip=116.202.254.214; envelope-from=gcggp-guix-patches@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: 21 X-Spam_score: 2.1 X-Spam_bar: ++ X-Spam_report: (2.1 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_06_12=1.543, DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FORGED_MUA_MOZILLA=2.309, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NICE_REPLY_A=-2.284, NML_ADSP_CUSTOM_MED=0.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.4 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On 4/17/23 9:33 AM, jgart via Guix-patches via wrote: > Hi, > > I forgot to add that there is also an issue reporting the pytest-trio failure here by bdju: > > https://issues.guix.gnu.org/62871 > > 62 [...] Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (cox.katherine.e[at]gmail.com) -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] 0.9 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom; id=gcggp-guix-patches%40m.gmane-mx.org; ip=209.51.188.17; r=debbugs.gnu.org] 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 1.1 DATE_IN_PAST_06_12 Date: is 6 to 12 hours before Received: date 1.0 FORGED_GMAIL_RCVD 'From' gmail.com does not match 'Received' headers 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different -1.1 NICE_REPLY_A Looks like a legit reply (A) 1.6 FORGED_MUA_MOZILLA Forged mail pretending to be from Mozilla X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.4 (/) On 4/17/23 9:33 AM, jgart via Guix-patches via wrote: > Hi, > > I forgot to add that there is also an issue reporting the pytest-trio failure here by bdju: > > https://issues.guix.gnu.org/62871 > > 62906 fixes the problem by disabling the tests for pytest-trio. > > all best, > > jgart I'm also also running into this. I can confirm that it looks like the issue is upstream, and an issue is open for it. +1 for disabling the tests (I don't have merge abilities). From unknown Tue Jun 17 22:22:47 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#62906: closed (Re: bug#62906: [PATCH] gnu: python-pytest-trio: Disable tests.) Message-ID: References: <87354y3pm1.fsf@gmail.com> <20230417152743.19932-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 62906 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 62906@debbugs.gnu.org Date: Tue, 18 Apr 2023 02:13:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1681783983-30108-1" This is a multi-part message in MIME format... ------------=_1681783983-30108-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #62906: [PATCH] gnu: python-pytest-trio: Disable tests. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 62906@debbugs.gnu.org. --=20 62906: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D62906 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1681783983-30108-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 62906-done) by debbugs.gnu.org; 18 Apr 2023 02:12:48 +0000 Received: from localhost ([127.0.0.1]:57298 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poapr-0007p2-Rd for submit@debbugs.gnu.org; Mon, 17 Apr 2023 22:12:48 -0400 Received: from mail-qv1-f48.google.com ([209.85.219.48]:46957) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poapp-0007op-VF for 62906-done@debbugs.gnu.org; Mon, 17 Apr 2023 22:12:46 -0400 Received: by mail-qv1-f48.google.com with SMTP id dd8so14908011qvb.13 for <62906-done@debbugs.gnu.org>; Mon, 17 Apr 2023 19:12:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1681783960; x=1684375960; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=j9zonEM3Kdoro9SHGnpoSgsm+PV6q0Yh1BqdtW0bJlg=; b=TSTPH8pfF0d22qOkDcj7fPtGbza2FraK4HcErHaPyh6NYoxHXafvNGQ2C48OHzHTUN d4CQAvoRH01wPwDGB0beIc9Tvy/N1ZdjWZOISJT1l3jwxZXEk2jt2rcpcY+xjuQpQldX Da+h70IbfqMHj7KwSIWv1wLRuNbPPVqwbPfnuMPSuKEFh2FE9bL/3UqvrftihgjXQefN uHY12mKRVjfM0bxQm0aUlmI/ljlCG8D6ssaEUngfty4SQMvUOZNET0iWUAmlfmCv/MG4 JlhmNZbc47LI42yzFH+I3H5QeZQSBAXGhEYg7Hsaoau6YX0Zqtu+b+DGaYLVK2DpHTcf dB9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681783960; x=1684375960; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=j9zonEM3Kdoro9SHGnpoSgsm+PV6q0Yh1BqdtW0bJlg=; b=Zv6osoPB1fC7SFmSy+LpIodVxBEimiomlYbVoMfp1p7EwxDTFwFtChoOlQASLZ3ohh TOY/wwMCKGyW2IdM+ty9eAND88oUe4lT9oKWxVkc3ZCVM4LDUs4f+9/YlPdLxsOkIXMV +tjiKUuMqbh56KiRBriJj5Q/DoD0hCpOvgyYNGm547SWuTlobHGR94UAUvQmb4mnVls6 nuQOT/6fpy6ycr4wi1NImM5z/tqjrxH6RNh9eHmdhas6qWLXMcuNDyMkwY9eXRe7xX+v jZD2qk9/SMrjRFlwzHGGR6cKgc2bQssjy+pVeEx3KaxMLoD+/NyOeLDWex2GkucUVP9F StJw== X-Gm-Message-State: AAQBX9dJp+QhaMqzBOeJeH20reJF9k+bFibQEHvk9nJkFaB/+b7Ejwp3 fxl3ISVGD1nOImLWlrULb7Po18fD/F0= X-Google-Smtp-Source: AKy350YiGZsgW5Uc+sZZ9JLl1SdkGDLiBcW/CjNRY/CwSNstihQXkV/+YAh1H3Rx3MKlvQpsSeFzYA== X-Received: by 2002:a05:6214:1c4e:b0:5ef:5481:595 with SMTP id if14-20020a0562141c4e00b005ef54810595mr22129752qvb.0.1681783960060; Mon, 17 Apr 2023 19:12:40 -0700 (PDT) Received: from hurd ([2607:fad8:4:3::1003]) by smtp.gmail.com with ESMTPSA id n12-20020a05620a222c00b0074ad4481184sm3525100qkh.3.2023.04.17.19.12.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Apr 2023 19:12:39 -0700 (PDT) From: Maxim Cournoyer To: jgart Subject: Re: bug#62906: [PATCH] gnu: python-pytest-trio: Disable tests. References: <20230417152743.19932-1-jgart@dismail.de> Date: Mon, 17 Apr 2023 22:12:38 -0400 In-Reply-To: <20230417152743.19932-1-jgart@dismail.de> (jgart@dismail.de's message of "Mon, 17 Apr 2023 10:27:44 -0500") Message-ID: <87354y3pm1.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 62906-done Cc: 62906-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, jgart writes: > See the following GitHub issue on the project page: > https://github.com/python-trio/pytest-trio/issues/122 > > * gnu/packages/python-check.scm (python-pytest-trio)[arguments]: Disable > broken tests. > --- > > Hi, > > pytest-trio currently causes guix pull to fail because the tests are broken. > > I have diabled the tests and linked the associated issue from the project page detailing more. > > all best, I don't understand how that was breaking 'guix pull' for you, it shouldn't have played a role. I suspect extra channels. I've pushed an updated to 0.8.0, with two tests disable in commit 27a4bfbd07022ebabc352a419c7588fcfc881d88. Closing! -- Thanks, Maxim ------------=_1681783983-30108-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Apr 2023 15:30:33 +0000 Received: from localhost ([127.0.0.1]:55810 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poQoK-0001IT-O3 for submit@debbugs.gnu.org; Mon, 17 Apr 2023 11:30:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:41658) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poQoJ-0001IM-5y for submit@debbugs.gnu.org; Mon, 17 Apr 2023 11:30:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poQoC-0006Oh-0w for guix-patches@gnu.org; Mon, 17 Apr 2023 11:30:30 -0400 Received: from mx1.dismail.de ([78.46.223.134]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poQo9-0003ts-JA for guix-patches@gnu.org; Mon, 17 Apr 2023 11:30:23 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 58039172 for ; Mon, 17 Apr 2023 17:30:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=AYnSL/BA6D5zrSsXgkqbKjUzxdzrrYB2XWTERLmymmI=; b= qbMTKiU4+nTbGq3jzj78LZ3sqKvaWHrowpqbKYqRPUw9dmTXG6N35pAu1RaJvrHo GKCAGndU6tjwsDnrSHOPX9v4HzX4ewEK532le7xj5B96pxiPD7wPWAEqxdVa7t1l zYxytcCbW8O6X4VNOunnPsWjKbKPQ3otUNHczEopvH8t3cComVRIYa4q1s06Jc8P p9NSHh4mg5XZ2pcggQu7rNP8dBdRjFJcf6b4kMjx73TlKYbpklW2fJkze3O546hz mHh/YLI0Sm9LwuOUfpDq8hyMvUAaruPFeGMf9/nathSEceeVcdk6ETSg7KJMFy0L bbF6NwdGg/cUIA5I0hpNug== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 95773caa for ; Mon, 17 Apr 2023 17:30:17 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 8b4e4b13 for ; Mon, 17 Apr 2023 17:30:16 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id a6c4d71f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 17 Apr 2023 17:30:15 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: python-pytest-trio: Disable tests. Date: Mon, 17 Apr 2023 10:27:44 -0500 Message-Id: <20230417152743.19932-1-jgart@dismail.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) See the following GitHub issue on the project page: https://github.com/python-trio/pytest-trio/issues/122 * gnu/packages/python-check.scm (python-pytest-trio)[arguments]: Disable broken tests. --- Hi, pytest-trio currently causes guix pull to fail because the tests are broken. I have diabled the tests and linked the associated issue from the project page detailing more. all best, jgart gnu/packages/python-check.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 1046602800..613fa23a99 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1095,7 +1095,9 @@ (define-public python-pytest-trio (base32 "0c8cqf9by2884riksrqymqfp2g1d2d798a2zalcw9hmf34c786y0")))) (build-system python-build-system) (arguments - `(#:phases + `(;; https://github.com/python-trio/pytest-trio/issues/122 + #:tests? #f ; Tests are currently broken. + #:phases (modify-phases %standard-phases (replace 'check (lambda* (#:key tests? inputs outputs #:allow-other-keys) -- 2.39.2 ------------=_1681783983-30108-1--