diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-24 00:01:36 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:37:01 +0100 |
| commit | 065a4861d531297f7df222589bd2b5548a53f1c1 (patch) | |
| tree | 31233dfd6c3bb52dc106c1c10574a616380731b0 /gnu/packages/python-xyz.scm | |
| parent | ea4e755f69828ef88754c9a7029681822a974b7d (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3a73c4687a6..249d5e733a4 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 |
