me
/
guix
Archived
1
0
Fork 0

gnu: python-xarray-dataclasses: Add missing test input.

* gnu/packages/python-science.scm (python-xarray-dataclasses)[native-inputs]:
Add python-pytest.

Change-Id: I137d49380d772f11f75837aa9a915ced85cfc1a2
master
Ricardo Wurmus 2024-04-20 00:44:39 +02:00
parent 7244fb26bd
commit e6586f55e0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -1350,7 +1350,7 @@ and visualization with these data structures.")
(build-system pyproject-build-system)
(propagated-inputs (list python-numpy python-typing-extensions
python-xarray))
(native-inputs (list python-poetry-core))
(native-inputs (list python-pytest python-poetry-core))
(home-page "https://github.com/astropenguin/xarray-dataclasses/")
(synopsis "xarray data creation made easy by dataclass")
(description "@code{xarray-dataclasses} is a Python package that makes it