diff options
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |