diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 5bfdea1b273..8d3c0171073 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -7,7 +7,7 @@ ;;; Copyright © 2017 Leo Famulari ;;; Copyright © 2017 Nikita ;;; Copyright © 2017, 2018, 2020–2022 Tobias Geerinckx-Rice -;;; Copyright © 2018 Ricardo Wurmus +;;; Copyright © 2018, 2024 Ricardo Wurmus ;;; Copyright © 2018, 2019, 2020, 2021, 2023 Ludovic Courtès ;;; Copyright © 2019, 2020, 2022 Marius Bakke ;;; Copyright © 2020 Roel Janssen @@ -232,7 +232,11 @@ them as it goes.") (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