diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 9093baf508..6a5a276caf 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -135,6 +135,8 @@ (define-public python2-sphinx ;; . '("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)