gnu: python-iterable-io: Fix tests.

* gnu/packages/python-xyz.scm (python-iterable-io): Fix tests.
[native-inputs]: Remove python-wheel; add python-pytest.

Change-Id: I8c525653b8277c39b3a4b74c82c5eb864f9b032d
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
Hugo Buddelmeijer 2025-09-25 22:45:30 +02:00 committed by Vagrant Cascadian
parent 7382948978
commit 758808cd9d
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -38712,7 +38712,7 @@ parsing rules in a single place.")
(sha256
(base32 "0g4cn522n4dv6ly8pwf97dc62rr4f7my38v0bh6vmac7jmrip7pv"))))
(build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel))
(native-inputs (list python-setuptools python-pytest))
(home-page "https://github.com/pR0Ps/iterable-io")
(synopsis "Adapt generators and other iterables to a file-like interface")
(description