[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
- 208/222: gnu: tuir: Move to pyproject-build-system., (continued)
- 208/222: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/01
- 209/222: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/01
- 211/222: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/01
- 214/222: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/11/01
- 218/222: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/11/01
- 113/222: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/01
- 99/222: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/01
- 103/222: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/11/01
- 222/222: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/01
- 117/222: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/01
- 125/222: gnu: python-sphinx-5: Disable failing tests.,
guix-commits <=
- 127/222: gnu: python-pyls-black: Add missing input., guix-commits, 2024/11/01
- 143/222: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/11/01
- 151/222: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/01
- 153/222: gnu: python-apiron: Move to pyproject-build-system., guix-commits, 2024/11/01
- 122/222: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/01
- 128/222: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/11/01
- 130/222: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/11/01
- 133/222: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/11/01
- 149/222: gnu: Add ghc-language-python., guix-commits, 2024/11/01
- 158/222: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/01