diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 80c36e3f55..eff1c4259b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10977,9 +10977,20 @@ (define-public python-fonttools-with-tests (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? - (invoke "pytest")))))))) + (invoke "pytest" "-vv" + "-k" + ;; XXX: These tests need .trm files that are + ;; not shipped with the PyPI release. + (format #f "not ~a" + (string-join + '("test_read_fontdimens_mathsy" + "test_read_fontdimens_mathex" + "test_read_fontdimens_vanilla" + "test_read_boundary_char" + "fontTools.tfmLib") + " and not ")))))))))) (native-inputs - (modify-inputs (package-inputs python-fonttools) + (modify-inputs (package-native-inputs python-fonttools) (append python-pytest ;FIXME: indentation is broken python-brotli python-fs