diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-09-25 22:45:30 +0200 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2025-09-25 13:58:53 -0700 |
| commit | 758808cd9d793465caba560222e05c1d49c3d747 (patch) | |
| tree | 0aef87c9e142389d13422d814ef87e42e16a24dd /gnu/packages/python-xyz.scm | |
| parent | 738294897843d1f2200731f264b0d7adc6404296 (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 131192652a..6f12a3c929 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
