mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-xarray-dataclasses: Add missing test input.
* gnu/packages/python-science.scm (python-xarray-dataclasses)[native-inputs]: Add python-pytest. Change-Id: I137d49380d772f11f75837aa9a915ced85cfc1a2
This commit is contained in:
parent
7244fb26bd
commit
e6586f55e0
1 changed files with 1 additions and 1 deletions
|
@ -1350,7 +1350,7 @@ and visualization with these data structures.")
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-numpy python-typing-extensions
|
(propagated-inputs (list python-numpy python-typing-extensions
|
||||||
python-xarray))
|
python-xarray))
|
||||||
(native-inputs (list python-poetry-core))
|
(native-inputs (list python-pytest python-poetry-core))
|
||||||
(home-page "https://github.com/astropenguin/xarray-dataclasses/")
|
(home-page "https://github.com/astropenguin/xarray-dataclasses/")
|
||||||
(synopsis "xarray data creation made easy by dataclass")
|
(synopsis "xarray data creation made easy by dataclass")
|
||||||
(description "@code{xarray-dataclasses} is a Python package that makes it
|
(description "@code{xarray-dataclasses} is a Python package that makes it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue