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>
This commit is contained in:
Lars Bilke 2025-03-03 09:13:30 +01:00 committed by Guillaume Le Vaillant
parent 302198cb2e
commit f203028ef8
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -999,7 +999,10 @@ of regular expressions from text data and automatic test generation.")
"test_simple_open" "test_simple_open"
"test_slice_onplane" "test_slice_onplane"
"test_spline_3D" "test_spline_3D"
"test_svg") "test_svg"
;; Following tests require network:
"test_fuze"
"test_remote")
" and not ")) " and not "))
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases