summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-science/packages/geoscience.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/guix-science/packages/geoscience.scm b/guix-science/packages/geoscience.scm
index a99366a..90616d0 100644
--- a/guix-science/packages/geoscience.scm
+++ b/guix-science/packages/geoscience.scm
@@ -896,6 +896,9 @@ right hand sides using @code{numpy}:
896 (list 896 (list
897 #:test-flags 897 #:test-flags
898 #~(list 898 #~(list
899 ;; Raises FileNotFoundError.
900 (string-join (list "--deselect=pyresample/test/test_formatting.py"
901 "test_swath_area_attrs_section_w_xarray") "::")
899 ;; Requires network. 902 ;; Requires network.
900 (string-join (list "--deselect=pyresample/test/test_formatting.py" 903 (string-join (list "--deselect=pyresample/test/test_formatting.py"
901 "test_area_def_cartopy_installed") "::") 904 "test_area_def_cartopy_installed") "::")