diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-08 16:10:28 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-08 16:13:08 +0100 |
commit | 7f4d25f86e6229aa0dd446c47cc337e4dea77080 (patch) | |
tree | b9151d36098fbf84e9ba8d11ca6ea10f98a6d039 /gnu | |
parent | 68619cad28c10d89de43e6707f31a82190972089 (diff) | |
download | guix-7f4d25f86e6229aa0dd446c47cc337e4dea77080.tar.gz guix-7f4d25f86e6229aa0dd446c47cc337e4dea77080.zip |
gnu: python2-sphinx: Remove websupport test.
* gnu/packages/sphinx.scm (python2-sphinx)[arguments]: Remove websupport test
file.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/sphinx.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ sources.") ;; <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) |