diff options
author | Lars Bilke <lars.bilke@ufz.de> | 2025-03-03 09:13:30 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2025-03-03 14:53:43 +0100 |
commit | f203028ef869945b3d44f0f2f7b16d61d064190c (patch) | |
tree | 04da2314d1f14749f2f93ff4638e162a0c21a43e /gnu/packages/python-science.scm | |
parent | 302198cb2ef1a242d15b603224c7e11522682830 (diff) |
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 <glv@posteo.net>
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 7f352ca616..3afa0846c2 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 |