rekado pushed a commit to branch wip-python-science
in repository guix.
commit 9d8ece40c1b7e50696521ac5bef5760623164153
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Jan 8 10:09:50 2024 +0100
gnu: python-afdko: Disable failing test.
* gnu/packages/fontutils.scm (python-afdko)[arguments]: Disable
test_alt_missing_glyph.
Change-Id: I49f9d27f61955fe2bf9dd9d5cf22499e813ff3d0
---
gnu/packages/fontutils.scm | 8 ++++++--
1 file 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 <[email protected]>
;;; Copyright © 2017 Nikita <[email protected]>
;;; Copyright © 2017, 2018, 2020–2022 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2018 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2018, 2024 Ricardo Wurmus <[email protected]>
;;; Copyright © 2018, 2019, 2020, 2021, 2023 Ludovic Courtès <[email protected]>
;;; Copyright © 2019, 2020, 2022 Marius Bakke <[email protected]>
;;; Copyright © 2020 Roel Janssen <[email protected]>
@@ -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