guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: python2-sphinx: Remove websupport test.


From: guix-commits
Subject: 03/04: gnu: python2-sphinx: Remove websupport test.
Date: Wed, 8 Dec 2021 10:33:10 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 7f4d25f86e6229aa0dd446c47cc337e4dea77080
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 8 16:10:28 2021 +0100

    gnu: python2-sphinx: Remove websupport test.
    
    * gnu/packages/sphinx.scm (python2-sphinx)[arguments]: Remove websupport 
test
    file.
---
 gnu/packages/sphinx.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 9093baf..6a5a276 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]