rekado pushed a commit to branch wip-python-team
in repository guix.

commit 317be75d1d70673d73f76df1dafd7fe873f365bd
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri May 3 11:38:24 2024 +0200

    gnu: python-verde: Add missing input.
    
    * gnu/packages/geo.scm (python-verde)[native-inputs]: Add python-pytest.
    
    Change-Id: I82b844627f27cfe60e42050bb37d092b3d9a43c1
---
 gnu/packages/geo.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 985fa77231..dd8c313135 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1409,7 +1409,7 @@ utilities for data translation and processing.")
                                       " and not test_fetch_baja_bathymetry"
                                       " and not test_fetch_rio_magnetic"
                                       " and not test_fetch_california_gps"))))
-    (native-inputs (list python-cartopy python-distributed))
+    (native-inputs (list python-cartopy python-distributed python-pytest))
     (propagated-inputs (list python-dask
                              python-numpy
                              python-pandas

Reply via email to