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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Lars Bilke <lars.bilke <at> ufz.de>
Subject: bug#76707: closed (Re: [bug#76707] [PATCH] gnu: python-trimesh:
 Skip tests requiring network.)
Date: Mon, 03 Mar 2025 13:56:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76707: [PATCH] gnu: python-trimesh: Skip tests requiring network.

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 76707 <at> debbugs.gnu.org.

-- 
76707: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76707
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (text/plain, inline)]
Patch applied as f203028ef869945b3d44f0f2f7b16d61d064190c.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
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




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.