gnu: python-verde: Add missing input.
* gnu/packages/geo.scm (python-verde)[native-inputs]: Add python-pytest. Change-Id: I82b844627f27cfe60e42050bb37d092b3d9a43c1
This commit is contained in:
parent
ffffc0227a
commit
317be75d1d
1 changed files with 1 additions and 1 deletions
|
@ -1409,7 +1409,7 @@ utilities for data translation and processing.")
|
||||||
" and not test_fetch_baja_bathymetry"
|
" and not test_fetch_baja_bathymetry"
|
||||||
" and not test_fetch_rio_magnetic"
|
" and not test_fetch_rio_magnetic"
|
||||||
" and not test_fetch_california_gps"))))
|
" 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
|
(propagated-inputs (list python-dask
|
||||||
python-numpy
|
python-numpy
|
||||||
python-pandas
|
python-pandas
|
||||||
|
|
Reference in a new issue