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:
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

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