guix-commits
[Top][All Lists]
Advanced

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

125/222: gnu: python-sphinx-5: Disable failing tests.


From: guix-commits
Subject: 125/222: gnu: python-sphinx-5: Disable failing tests.
Date: Fri, 1 Nov 2024 10:56:37 -0400 (EDT)

sharlatan pushed a commit to branch python-team
in repository guix.

commit fd14993de76133d13985d3321ccf631cc8632912
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 9 22:54:51 2024 +0200

    gnu: python-sphinx-5: Disable failing tests.
    
    * gnu/packages/sphinx.scm (python-sphinx-5)[arguments]: Disable three tests
    that fail for silly reasons.
    
    Change-Id: I82d9fd4465fbfe052f8aad2264a9b04d34efef89
---
 gnu/packages/sphinx.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 69f3d4dff9..33ce1d453c 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -184,7 +184,15 @@ sources.")
               "not test_latex_images"
               ;; XXX: Not clear why this fails with a version comparison
               ;; failure.
-              " and not test_needs_sphinx"))
+              " and not test_needs_sphinx"
+              ;; This is a harmless failure.  The expected output looks for a
+              ;; long string that happens to contain a literal space
+              ;; character, but in the actual output the space character is
+              ;; wrapped in <span class="w"> </span>.
+              " and not test_viewcode"
+              ;; These fail with pygments 2.10+.  They are harmless.
+              " and not test_additional_targets_should_not_be_translated"
+              " and not test_additional_targets_should_be_translated"))
       #:phases
       '(modify-phases %standard-phases
          (add-before 'check 'pre-check



reply via email to

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