1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 10:31:49 +02:00

gnu: python-shxparser: Fix tests.

* gnu/packages/python-xyz.scm (python-shxparser)
[arguments]<#:test-backend>: Set it.
[native-inputs]: Remove python-wheel.

Change-Id: Ia808170ee2b5e5515183b65c61164b78e530dcf7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-09-24 00:01:36 +02:00
committed by Sharlatan Hellseher
parent ea4e755f69
commit 065a4861d5
+2 -3
View File
@@ -1418,10 +1418,9 @@ Python packages.")
(sha256
(base32 "0w7j5ywskandp91v74966pw1pvq9d5zrx5gkjcn84xi8wsyf8hc5"))))
(build-system pyproject-build-system)
(arguments (list #:test-backend #~'unittest))
(native-inputs
(list python-svgelements
python-setuptools
python-wheel))
(list python-svgelements python-setuptools))
(home-page "https://github.com/tatarize/shxparser")
(synopsis "SHX line font parser")
(description