From unknown Sat Aug 16 00:30:42 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#34592 <34592@debbugs.gnu.org> To: bug#34592 <34592@debbugs.gnu.org> Subject: Status: [PATCH] gnu: python-fenics-dijitso: Fix build. Reply-To: bug#34592 <34592@debbugs.gnu.org> Date: Sat, 16 Aug 2025 07:30:42 +0000 retitle 34592 [PATCH] gnu: python-fenics-dijitso: Fix build. reassign 34592 guix-patches submitter 34592 Paul Garlick severity 34592 normal tag 34592 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 20 11:14:24 2019 Received: (at submit) by debbugs.gnu.org; 20 Feb 2019 16:14:24 +0000 Received: from localhost ([127.0.0.1]:58339 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwUVs-0003ZE-3j for submit@debbugs.gnu.org; Wed, 20 Feb 2019 11:14:24 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59540) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwUVq-0003Z1-Hc for submit@debbugs.gnu.org; Wed, 20 Feb 2019 11:14:23 -0500 Received: from lists.gnu.org ([209.51.188.17]:37905) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gwUVl-00016x-CU for submit@debbugs.gnu.org; Wed, 20 Feb 2019 11:14:17 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwUV1-00005Q-JM for guix-patches@gnu.org; Wed, 20 Feb 2019 11:13:32 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwUUv-0000cS-Vb for guix-patches@gnu.org; Wed, 20 Feb 2019 11:13:29 -0500 Received: from smtp.hosts.co.uk ([85.233.160.19]:12812) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gwUUs-0000aq-JD for guix-patches@gnu.org; Wed, 20 Feb 2019 11:13:24 -0500 Received: from [79.123.23.187] (helo=parkin.tourbillion-technology.com.com) by smtp.hosts.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim) (envelope-from ) id 1gwQo6-0000i0-BU; Wed, 20 Feb 2019 12:16:58 +0000 From: Paul Garlick To: guix-patches@gnu.org Subject: [PATCH] gnu: python-fenics-dijitso: Fix build. Date: Wed, 20 Feb 2019 12:16:07 +0000 Message-Id: <1550664967-441-1-git-send-email-pgarlick@tourbillion-technology.com> X-Mailer: git-send-email 1.8.3.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 85.233.160.19 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: Paul Garlick 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 (-) * gnu/packages/simulation.scm (python-fenics-dijitso)[arguments]: Skip parallel tests. --- gnu/packages/simulation.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index 20b62f3..3637cc3 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm @@ -268,6 +268,11 @@ problems for efficient solution on parallel systems.") (setenv "PYTHONPATH" (string-append (getcwd) ":" (getenv "PYTHONPATH"))) (with-directory-excursion "test" + ;; Disable parallel tests to avoid race condition. See + ;; https://github.com/pytest-dev/pytest-cov/issues/237. + (substitute* "runtests.sh" + (("for p in 1 4 8 16; do") + "for p in 1; do")) (invoke "./runtests.sh")) #t))))) (home-page "https://bitbucket.org/fenics-project/dijitso/") -- 1.8.3.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 20 15:40:37 2019 Received: (at 34592-done) by debbugs.gnu.org; 20 Feb 2019 20:40:37 +0000 Received: from localhost ([127.0.0.1]:58602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwYfV-0003rg-07 for submit@debbugs.gnu.org; Wed, 20 Feb 2019 15:40:37 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21013) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwYfR-0003rV-ID for 34592-done@debbugs.gnu.org; Wed, 20 Feb 2019 15:40:34 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1550695213; cv=none; d=zoho.com; s=zohoarc; b=EYK0cooGm6FGQS31Jq+hDQON3OAbv7fmIkrjOJzZAK8a4CjkBt1wf/BfdiUK+DgZUP1hm73W4npdJhkBSATDVreCJsBt08WDGcX/9yM+CmOik5wO0xlLZ35PVtHf9zA1cWHBntlHIXDK5tvUmX9jG+AcqxqaFfLrNvSBKowGFvU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1550695213; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=JhKTPU8J4l52VKk3VyRJwfXGtgJOP0HifpcbiedTN3w=; b=El4sr88HV56JomZhuED6at+bGv98K01oZM/iXPVyuGWeVnpZ7HcIkcRQXf3AXrtsc7oFqdON0KNda3uGN/GwkOk2pJFuiEUYSeLUfzBJCQSNMSmaKlExNJFOdsndwMDC4IHT/zSecc8oQd2Gekvx+y2asH8d6rYPEn4f0PyjkCA= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1550695213; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type; l=1169; bh=JhKTPU8J4l52VKk3VyRJwfXGtgJOP0HifpcbiedTN3w=; b=Gvv9Ux1ZddBo5gIvNaJB6KY7BBEPIGj4tsd90CUM5ksX/OmWFrnqJLV+coylgDiZ iVqwhppbyALoyGh1JByk0ZHtCOtys/X5p32N+pC0EkT7UGbgm1Nlq72g7QRhGAVZLEV L09Lwo2YlfHv7aTh4XvfO30kHFen5yOfTsWjSJm0= Received: from localhost (p54AD468B.dip0.t-ipconnect.de [84.173.70.139]) by mx.zohomail.com with SMTPS id 1550695212085844.3905177292478; Wed, 20 Feb 2019 12:40:12 -0800 (PST) References: <1550664967-441-1-git-send-email-pgarlick@tourbillion-technology.com> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: Paul Garlick Subject: Re: [bug#34592] [PATCH] gnu: python-fenics-dijitso: Fix build. In-reply-to: <1550664967-441-1-git-send-email-pgarlick@tourbillion-technology.com> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 20 Feb 2019 21:40:08 +0100 Message-ID: <87d0nm5h3r.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34592-done Cc: 34592-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 (-) Paul Garlick writes: > * gnu/packages/simulation.scm (python-fenics-dijitso)[arguments]: Skip > parallel tests. > --- > gnu/packages/simulation.scm | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm > index 20b62f3..3637cc3 100644 > --- a/gnu/packages/simulation.scm > +++ b/gnu/packages/simulation.scm > @@ -268,6 +268,11 @@ problems for efficient solution on parallel systems.") > (setenv "PYTHONPATH" > (string-append (getcwd) ":" (getenv "PYTHONPATH"))) > (with-directory-excursion "test" > + ;; Disable parallel tests to avoid race condition. See > + ;; https://github.com/pytest-dev/pytest-cov/issues/237. > + (substitute* "runtests.sh" > + (("for p in 1 4 8 16; do") > + "for p in 1; do")) > (invoke "./runtests.sh")) > #t))))) > (home-page "https://bitbucket.org/fenics-project/dijitso/") I wondered if we could use the #:parallel-tests? argument instead, but the python-build-system does not support it. This approach looks fine to me. Thanks! I pushed it to the master branch with commit 7a82074ca6. -- Ricardo From unknown Sat Aug 16 00:30:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 21 Mar 2019 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator