From 7f4d25f86e6229aa0dd446c47cc337e4dea77080 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 8 Dec 2021 16:10:28 +0100 Subject: 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(+) (limited to 'gnu/packages/sphinx.scm') 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.") ;; . '("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) -- cgit v1.2.3 aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-28gnu: maven: Use maven-slf4j-provider instead of slf4j-simple....Julien Lepiller
2022-02-28gnu: Add maven-slf4j-provider....Julien Lepiller
2022-02-28gnu: maven-compat: Install resources....Julien Lepiller
2022-02-28gnu: maven-embedder: Install resources....Julien Lepiller
2022-02-05gnu: maven: Update to 3.8.4....Julien Lepiller
2022-02-05gnu: Update maven-artifact-transfer to 0.13.1....Julien Lepiller
2022-02-05gnu: maven-wagon-provider-api: Update to 3.4.3....Julien Lepiller
2022-02-05gnu: maven-enforcer-api: Update to 3.0.0....Julien Lepiller
2022-02-05gnu: maven-dependency-tree: Update to 3.1.0....Julien Lepiller
2022-02-05gnu: Add java-sonatype-aether-util-1.13....Julien Lepiller
2022-02-05gnu: Add java-sonatype-aether-test-util-1.13....Julien Lepiller
2022-02-05gnu: Add java-sonatype-aether-spi-1.13....Julien Lepiller
2022-02-05gnu: Add java-sonatype-aether-api-1.13....Julien Lepiller
2022-02-05gnu: java-plexus-container-default-bootstrap: Update to 2.1.0....Julien Lepiller
2022-02-05gnu: maven-common-artifact-filters: Update to 3.2.0....Julien Lepiller
2022-02-05gnu: java-jsr250: Use proper source....Julien Lepiller
2022-02-05gnu: java-plexus-sec-dispatcher: Update to 2.0....Julien Lepiller
2022-02-05gnu: Add java-plexus-build-api....Julien Lepiller
2022-02-05gnu: java-plexus-utils: Default to the newer one....Julien Lepiller
2022-01-12gnu: Add maven-resolver-transport-http....Reily Siegel
2022-01-12gnu: Add maven-resolver-transport-file....Reily Siegel
2021-12-30gnu: Remove trailing period from synopsis....Vagrant Cascadian
2021-12-13gnu: Simplify package inputs....Ludovic Courtès
2021-06-22gnu: maven-enforcer-parent-pom: Fix pom....Julien Lepiller
2021-06-22gnu: maven-core: Hardcode versions we have in Guix....Julien Lepiller
2021-06-22guix: java-utils: Factorize pom.xml generation....Julien Lepiller