mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: python2-sphinx: Remove websupport test.
* gnu/packages/sphinx.scm (python2-sphinx)[arguments]: Remove websupport test file.
This commit is contained in:
parent
68619cad28
commit
7f4d25f86e
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,8 @@ (define-public python2-sphinx
|
|||
;; <https://github.com/sphinx-doc/sphinx/issues/4710>.
|
||||
'("tests/test_api_translator.py"
|
||||
"tests/test_setup_command.py"
|
||||
;; Websupport is provided by a separate package
|
||||
"tests/test_websupport.py"
|
||||
;; This one fails for unknown reasons.
|
||||
"tests/test_correct_year.py"))))))))
|
||||
(native-inputs `(("python2-mock" ,python2-mock)
|
||||
|
|
Loading…
Reference in a new issue