mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
302198cb2e
commit
f203028ef8
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue