GNU bug report logs - #76707
[PATCH] gnu: python-trimesh: Skip tests requiring network.

Previous Next

Package: guix-patches;

Reported by: Lars Bilke <lars.bilke <at> ufz.de>

Date: Mon, 3 Mar 2025 08:15:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76707 in the body.
You can then email your comments to 76707 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to lars <at> 6xq.net, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#76707; Package guix-patches. (Mon, 03 Mar 2025 08:15:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Lars Bilke <lars.bilke <at> ufz.de>:
New bug report received and forwarded. Copy sent to lars <at> 6xq.net, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org. (Mon, 03 Mar 2025 08:15:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Lars Bilke <lars.bilke <at> ufz.de>
To: guix-patches <at> gnu.org
Cc: Lars Bilke <lars.bilke <at> ufz.de>
Subject: [PATCH] gnu: python-trimesh: Skip tests requiring network.
Date: Mon, 03 Mar 2025 09:13:30 +0100
* gnu/packages/python-science (python-trimesh): Skip network tests.

Change-Id: I82389eca3baf14322875daa9aa33f74a1066c8e3
---
 gnu/packages/python-science.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 679074c760..6f76181dcc 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -999,7 +999,10 @@ (define-public python-trimesh
                           "test_simple_open"
                           "test_slice_onplane"
                           "test_spline_3D"
-                          "test_svg")
+                          "test_svg"
+                          ;; Following tests require network:
+                          "test_fuze"
+                          "test_remote")
                     " and not "))
       #:phases
       #~(modify-phases %standard-phases

base-commit: c991c49f09d6fd2764e1f7bdae54c097c748524f
-- 
2.46.1





Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Mon, 03 Mar 2025 13:56:02 GMT) Full text and rfc822 format available.

Notification sent to Lars Bilke <lars.bilke <at> ufz.de>:
bug acknowledged by developer. (Mon, 03 Mar 2025 13:56:03 GMT) Full text and rfc822 format available.

Message #10 received at 76707-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Lars Bilke <lars.bilke <at> ufz.de>
Cc: 76707-done <at> debbugs.gnu.org
Subject: Re: [bug#76707] [PATCH] gnu: python-trimesh: Skip tests requiring
 network.
Date: Mon, 03 Mar 2025 13:55:31 +0000
[Message part 1 (text/plain, inline)]
Patch applied as f203028ef869945b3d44f0f2f7b16d61d064190c.
Thanks.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 01 Apr 2025 11:24:31 GMT) Full text and rfc822 format available.

This bug report was last modified 79 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.