From f203028ef869945b3d44f0f2f7b16d61d064190c Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Mon, 3 Mar 2025 09:13:30 +0100 Subject: gnu: python-trimesh: Skip tests requiring network. * gnu/packages/python-science (python-trimesh)[arguments]<#:test-flags>: Skip network tests. Change-Id: I82389eca3baf14322875daa9aa33f74a1066c8e3 Signed-off-by: Guillaume Le Vaillant --- gnu/packages/python-science.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gnu/packages/python-science.scm') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 7f352ca616a..3afa0846c24 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -999,7 +999,10 @@ of regular expressions from text data and automatic test generation.") "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 -- cgit v1.3