From unknown Sat Sep 20 23:53:13 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#54872 <54872@debbugs.gnu.org> To: bug#54872 <54872@debbugs.gnu.org> Subject: Status: [PATCH 3/5] gnu: python-vedo: Honor #:tests? flag. Reply-To: bug#54872 <54872@debbugs.gnu.org> Date: Sun, 21 Sep 2025 06:53:13 +0000 retitle 54872 [PATCH 3/5] gnu: python-vedo: Honor #:tests? flag. reassign 54872 guix-patches submitter 54872 "Paul A. Patience" severity 54872 normal tag 54872 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 11 21:22:26 2022 Received: (at submit) by debbugs.gnu.org; 12 Apr 2022 01:22:26 +0000 Received: from localhost ([127.0.0.1]:46566 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne5Eg-0003UN-KT for submit@debbugs.gnu.org; Mon, 11 Apr 2022 21:22:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:58720) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne5Ef-0003UF-A9 for submit@debbugs.gnu.org; Mon, 11 Apr 2022 21:22:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41918) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ne5Ef-0004IF-56 for guix-patches@gnu.org; Mon, 11 Apr 2022 21:22:25 -0400 Received: from mail-0201.mail-europe.com ([51.77.79.158]:49704) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ne5Ed-0001Y9-1g for guix-patches@gnu.org; Mon, 11 Apr 2022 21:22:24 -0400 Date: Tue, 12 Apr 2022 01:22:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1649726539; bh=XWjHmZj5bTZH2nrj+6uDKfsmQ/Fg2RMHA5hzjP1hHw4=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=cGxTeTRp/NCpkxBfUIvAGnG9cv7NiymGjWmHRt5+5T7yk5aX1GRql/4MzYOwToNgF rGKjod9CPT06P95v/WGma+PSx3aqq/TruaOjJGxCEd1CrQ/T/odaViWd++d1r9El4n TzcX2RgHI3jm5fkH2Jg1JVAta1lMNvwZk40wqzP9VpzQd+tX2DTW/7r1Yk6u3MhvLS UNkvUONawx1o4gdhJ3E9IZgLb3JF8zJ+C1dvl31oXRHy/jZ4mfqaj+5MSXcqP0z0SQ XfD4uBF/0f5Pgg81eKxdwZqBJzafBP+9YeluOZzku+gQjH3o3C+h8s9F5bZPMe1IN/ DOP+XVr/6L18g== To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH 3/5] gnu: python-vedo: Honor #:tests? flag. Message-ID: <20220412012143.30573-4-paul@apatience.com> In-Reply-To: <20220412012143.30573-1-paul@apatience.com> References: <20220412012143.30573-1-paul@apatience.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=51.77.79.158; envelope-from=paul@apatience.com; helo=mail-0201.mail-europe.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, 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.3 (-) X-Debbugs-Envelope-To: submit Cc: "Paul A. Patience" 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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-science.scm (python-vedo)[arguments]: Adjust custom 'check phase to honor the #:tests? flag. Also remove its trailing boolean. --- gnu/packages/python-science.scm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.= scm index 07d713e013..4538904b68 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -876,15 +876,15 @@ (define-public python-vedo (add-after 'build 'mpi-setup ,%openmpi-setup) (replace 'check - (lambda* (#:key inputs outputs #:allow-other-keys) - (setenv "HOME" (getcwd)) - (add-installed-pythonpath inputs outputs) - (with-directory-excursion "tests" - (for-each (lambda (dir) - (with-directory-excursion dir - (invoke "./run_all.sh"))) - '("common" "dolfin"))) - #t))))) + (lambda* (#:key tests? inputs outputs #:allow-other-keys) + (when tests? + (setenv "HOME" (getcwd)) + (add-installed-pythonpath inputs outputs) + (with-directory-excursion "tests" + (for-each (lambda (dir) + (with-directory-excursion dir + (invoke "./run_all.sh"))) + '("common" "dolfin"))))))))) (inputs ; for the check phase `(("dolfin" ,fenics) ("pkgconfig" ,python-pkgconfig) -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 12 02:00:57 2022 Received: (at control) by debbugs.gnu.org; 12 Apr 2022 06:00:57 +0000 Received: from localhost ([127.0.0.1]:47129 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne9aD-0002Pw-0x for submit@debbugs.gnu.org; Tue, 12 Apr 2022 02:00:57 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:23663) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne9aA-0002Pi-FC for control@debbugs.gnu.org; Tue, 12 Apr 2022 02:00:55 -0400 Received: from lprikler-laptop.ist.intra (gw.ist.tugraz.at [129.27.202.101]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4Kcw7k5km8z1LLyW for ; Tue, 12 Apr 2022 08:00:50 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4Kcw7k5km8z1LLyW DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1649743250; bh=FsNDWPPUjcRYUyJbvVTdLvsimDIdBys8RiLuJEH5ask=; h=Subject:From:To:Date:From; b=stZUOAAGaLxrIzatQsG65TCW4wA4ew+VksYOlwAWjXAAYmSXDZrMGwaiwoT0X9QpA AQpa0vCdDl06HBQaiuvx4YSgziwz1Ss+mKSg/j6ruuFuTk1B1NHrRUO9nPvJ9JXMgA ICVg5tpg/kjh1JfHc2rm6Sgn7PIQlG0UxNPA0WS0= Message-ID: Subject: From: Liliana Marie Prikler To: control@debbugs.gnu.org Date: Tue, 12 Apr 2022 08:00:49 +0200 Content-Type: text/plain User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: waObeELIUl4ypBWmcn/8wQ X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 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: merge 54869 54870 54871 54872 54873 54874 thanks Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [129.27.2.202 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [129.27.2.202 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 2.0 BLANK_SUBJECT Subject is present but empty -0.0 T_SCC_BODY_TEXT_LINE No description available. 1.7 BODY_EMPTY No body text in message X-Debbugs-Envelope-To: control 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 (/) merge 54869 54870 54871 54872 54873 54874 thanks From unknown Sat Sep 20 23:53:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 04 Jun 2022 11:24:08 +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