summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-08 10:09:50 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-11 08:09:38 +0100
commit6341dddcb9e7c8d555ea7294d61dcf64d775e032 (patch)
treee56e00e4caee2fd742958133eb0e9b4d83b24864
parent3bf2465faa85b8a14b1cedaad43e2c2d0337cf6b (diff)
downloadguix-6341dddcb9e7c8d555ea7294d61dcf64d775e032.tar.gz
gnu: python-afdko: Disable failing test.
* gnu/packages/fontutils.scm (python-afdko)[arguments]: Disable
test_alt_missing_glyph.

Change-Id: I49f9d27f61955fe2bf9dd9d5cf22499e813ff3d0
-rw-r--r--gnu/packages/fontutils.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 5bfdea1b27..8d3c017107 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2017 Nikita <nikita@n0.is>
 ;;; Copyright © 2017, 2018, 2020–2022 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 @@ 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