diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-17 10:22:29 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:38:02 +0100 |
commit | 0ffc5b3afbfbdf9619bb5ca71a4e003610d42a73 (patch) | |
tree | 6164c8caadf0729d4e0a4c8897a8ad9db96689b2 /gnu/packages/sphinx.scm | |
parent | 9b827268985666e54734a10599202e20d57d42d9 (diff) |
gnu: python-sphinx-5: Disable one failing test.
* gnu/packages/sphinx.scm (python-sphinx-5)[arguments]: Disable one test.
Change-Id: I97e5d4df511e11ac1335baaf99df839d5e58ed18
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r-- | gnu/packages/sphinx.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index f7f3286b7b..f044c5ac54 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -182,6 +182,9 @@ sources.") ;; XXX: Not clear why this fails with a version comparison ;; failure. " and not test_needs_sphinx" + ;; This fails on some machines with the failed assertion + ;; '5:11:17\u202fAM' == '5:11:17 AM'. + " and not test_format_date" ;; 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 |