lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit 71e18a02cd5550f82862f0fe66293d59743fca40
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Sat Jan 1 15:39:19 2022 +0100

    gnu: python-pytest-httpbin: Disable tests.
    
    * gnu/packages/web.scm (python-pytest-httpbin)[arguments]: Disable tests.
---
 gnu/packages/web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ee74a4385d..fa2ef8d66f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6123,6 +6123,7 @@ JSON-encoded.")
         (base32
          "1y0v2v7xpzpyd4djwp7ad8ifnlxp8r1y6dfbxg5ckzvllkgridn5"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; No tests.
     (propagated-inputs
      (list python-six python-httpbin python-pytest))
     (home-page

Reply via email to