~ruther/guix-local

f203028ef869945b3d44f0f2f7b16d61d064190c — Lars Bilke 1 year, 4 months ago 302198c
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>
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +4 -1
@@ 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