guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-afdko: Skip a test.


From: guix-commits
Subject: branch master updated: gnu: python-afdko: Skip a test.
Date: Thu, 27 Oct 2022 07:14:58 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bbaf3bcb45 gnu: python-afdko: Skip a test.
bbaf3bcb45 is described below

commit bbaf3bcb45e52170ccf886d9d120a918e11b71b0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Oct 27 14:12:39 2022 +0300

    gnu: python-afdko: Skip a test.
    
    * gnu/packages/fontutils.scm (python-afdko)[arguments]: Adjust custom
    'check phase to skip a test.
---
 gnu/packages/fontutils.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 9b7f1ac879..f80130a565 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013, 2014, 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2014, 2016 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2016, 2017, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2020, 2022 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
 ;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2017 Nikita <nikita@n0.is>
@@ -227,7 +227,10 @@ 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 is known to fail on multiple 
architectures.
+                        ;; 
https://github.com/adobe-type-tools/afdko/issues/1163
+                        "-k not test_type1mm_inputs"))))
           (add-after 'check 'wrap
             (assoc-ref %standard-phases 'wrap))
           (add-before 'wrap 'wrap-PATH



reply via email to

[Prev in Thread] Current Thread [Next in Thread]