summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhislain Vaillant <ghislain.vaillant@inria.fr>2026-08-28 12:44:30 +0200
committerGhislain Vaillant <ghislain.vaillant@inria.fr>2026-08-29 10:17:48 +0200
commite3bdf05cfd6f6ddee41095c4eecbf8a4f17c800b (patch)
tree998963fd50062e6a6166bbf260ce85fb4ba5ba36
parent97c82f3cca2392261fa03d1b6fac05f3791c3853 (diff)
geoscience: python-pyresample: Fix build.
* guix-science/packages/geoscience.scm (python-pyresample) [arguments]<#:test-flags>: Ignore faulty tests.
-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") "::")