From 065a4861d531297f7df222589bd2b5548a53f1c1 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 24 Sep 2025 00:01:36 +0200 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3a73c4687a6fcfc754f08c170b70b677970068af..249d5e733a43c2b3cb298f385c533437ae6685e5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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