1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-readchar: Use python-pytest-8.

* gnu/packages/machine-learning.scm (python-readchar)[native-inputs]:
Remove python-pytest; add python-pytest-8.

Change-Id: I4a879d7d6e591e3c3e0971c93b257cf763a07f41
This commit is contained in:
Sharlatan Hellseher
2026-01-24 20:20:28 +00:00
committed by Andreas Enge
parent a0b5bac6ae
commit 8990cfda50

View File

@@ -5687,7 +5687,7 @@ as torchvision, torchtext, and others.")
"16ypci664l54ka6ickwkpaa2id14h9h00y7z24z0bv0szld4mrxg"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
(list python-pytest-8
python-pytest-cov
python-setuptools))
(home-page "https://github.com/magmax/python-readchar")