gnu: python-afdko: Disable failing test.

* gnu/packages/fontutils.scm (python-afdko)[arguments]: Disable
test_alt_missing_glyph.

Change-Id: I49f9d27f61955fe2bf9dd9d5cf22499e813ff3d0
This commit is contained in:
Ricardo Wurmus 2024-01-08 10:09:50 +01:00
parent 3bf2465faa
commit 6341dddcb9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7,7 +7,7 @@
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Nikita <nikita@n0.is>
;;; Copyright © 2017, 2018, 20202022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2018, 2024 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2018, 2019, 2020, 2021, 2023 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2019, 2020, 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2020 Roel Janssen <roel@gnu.org>
@ -232,7 +232,11 @@ (define-public python-afdko
(when tests?
(setenv "HOME" "/tmp")
(invoke "pytest" "-vv" "--dist" "loadfile" "-n"
(number->string (parallel-job-count))))))
(number->string (parallel-job-count))
;; This test fails because of a different date in the
;; copyright header of an expected file since an
;; update to ffmpeg.
"-k" "not test_alt_missing_glyph"))))
(add-after 'check 'wrap
(assoc-ref %standard-phases 'wrap))
(add-before 'wrap 'wrap-PATH