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

commit 37ba089066f809747b93d1e5ef046757b63bcac0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 17 19:57:46 2025 +0100

    gnu: python-sphinx: Skip few more tests.
    
    * gnu/packages/sphinx.scm (python-sphinx) [arguments] <test-flags>: Skip
    7 more tests.
    
    Change-Id: I35db62508cd558d015309d2a3a563eaa89e085bb
---
 gnu/packages/sphinx.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 68a6eaa883..d15a8ed7f7 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -88,7 +88,14 @@
                      "test_build_latex_doc[lualatex-manual]"
                      "est_build_latex_doc[lualatex-howto]"
                      ;; AssertionError: assert...list of weak references to 
the object...
-                     "test_autodoc_default_options")
+                     "test_autodoc_default_options"
+                     "test_additional_targets_should_be_translated"
+                     "test_additional_targets_should_not_be_translated"
+                     "test_html_code_role"
+                     "test_latex_code_role"
+                     "test_linenothreshold"
+                     "test_literal_include_linenos"
+                     "test_viewcode")
                     " and not "))
       #:phases
       #~(modify-phases %standard-phases

Reply via email to