diff options
-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 |