[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
125/474: gnu: python-sphinx-5: Disable failing tests.
From: |
guix-commits |
Subject: |
125/474: gnu: python-sphinx-5: Disable failing tests. |
Date: |
Sat, 30 Nov 2024 18:20:04 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit a71cbee5d2fd022f50cec9bb7319bf9ee2b6b1ce
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
- 428/474: gnu: python-mock: Enable tests., (continued)
- 428/474: gnu: python-mock: Enable tests., guix-commits, 2024/11/30
- 446/474: gnu: python-traitlets: Remove pre-commit from native-inputs., guix-commits, 2024/11/30
- 99/474: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/30
- 110/474: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/30
- 113/474: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/30
- 445/474: gnu: python-jsonargparse: Remove pre-commit from native-inputs., guix-commits, 2024/11/30
- 118/474: gnu: Add python-pytoolconfig., guix-commits, 2024/11/30
- 123/474: gnu: python-lsp-server: Update to 1.11.0., guix-commits, 2024/11/30
- 134/474: gnu: python-jupyterlab-widgets: Update to 3.0.10., guix-commits, 2024/11/30
- 133/474: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/11/30
- 125/474: gnu: python-sphinx-5: Disable failing tests.,
guix-commits <=
- 129/474: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/11/30
- 146/474: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/11/30
- 157/474: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/11/30
- 119/474: gnu: Add python-whatthepatch., guix-commits, 2024/11/30
- 138/474: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/11/30
- 156/474: gnu: conda: Reindent., guix-commits, 2024/11/30
- 172/474: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/30
- 148/474: gnu: Add xcffibgen., guix-commits, 2024/11/30
- 152/474: gnu: qtile: Improve package style., guix-commits, 2024/11/30
- 165/474: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/11/30