[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
125/420: gnu: python-sphinx-5: Disable failing tests.
From: |
guix-commits |
Subject: |
125/420: gnu: python-sphinx-5: Disable failing tests. |
Date: |
Tue, 26 Nov 2024 16:28:45 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 8f3d6bf838cf60671f4ac9324a53c619e8735b0b
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 b22a288234..4b2e12adc4 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
- 99/420: gnu: python-jupyter-server-mathjax: Update to 0.2.6., (continued)
- 99/420: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/26
- 108/420: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/26
- 109/420: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/26
- 113/420: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/26
- 126/420: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/26
- 130/420: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/11/26
- 132/420: gnu: Add python-comm., guix-commits, 2024/11/26
- 136/420: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/11/26
- 141/420: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/11/26
- 95/420: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/11/26
- 125/420: gnu: python-sphinx-5: Disable failing tests.,
guix-commits <=
- 121/420: gnu: python-rope: Update to 1.13.0., guix-commits, 2024/11/26
- 134/420: gnu: python-jupyterlab-widgets: Update to 3.0.10., guix-commits, 2024/11/26
- 127/420: gnu: python-pyls-black: Add missing input., guix-commits, 2024/11/26
- 87/420: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/11/26
- 91/420: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/11/26
- 90/420: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/11/26
- 98/420: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/11/26
- 106/420: gnu: Add python-pathable., guix-commits, 2024/11/26
- 112/420: gnu: python-json5: Update to 0.9.25., guix-commits, 2024/11/26
- 118/420: gnu: Add python-pytoolconfig., guix-commits, 2024/11/26