mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: python-sphinx-5: Disable one failing test.
* gnu/packages/sphinx.scm (python-sphinx-5)[arguments]: Disable one test. Change-Id: I97e5d4df511e11ac1335baaf99df839d5e58ed18
This commit is contained in:
parent
1a18583eaf
commit
c61038d20c
1 changed files with 3 additions and 0 deletions
|
@ -182,6 +182,9 @@ (define-public python-sphinx-5
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue