diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-31 08:18:51 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:25 +0200 |
commit | 5cbb9d21665a9b517683da32ebb24e8b0f8e5180 (patch) | |
tree | 2fe7c3bb9996cc7bfff1934cd15bdeb94efdbae5 /gnu/packages/python-xyz.scm | |
parent | 356e356ee70f3332a2bfc574cae18bb8ba4f903a (diff) |
gnu: python-cu2qu: Fix tests.
* gnu/packages/fontutils.scm (python-cu2qu): Fix tests.
[build-system]: Switch to pyproject-build-system.
[arguments]{test-flags}: Ignore failing test (most likely due to
lagging behing python-fonttools package).
[native-inputs]: Add python-setuptools, python-wheel.
* gnu/packages/python-xyz.scm (python-fonttools-minimal): Add comment.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bfcaef5955..79331c9b2d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17273,6 +17273,7 @@ number of lines in the contained files easily.") (license license:expat))) ;;; Tests are left out in the main package to avoid cycles. +;; XXX: When updating, solve comment in python-cu2qu. (define-public python-fonttools-minimal (hidden-package (package |