guix-commits
[Top][All Lists]
Advanced

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

89/150: gnu: python-pytest-httpbin: Disable tests.


From: guix-commits
Subject: 89/150: gnu: python-pytest-httpbin: Disable tests.
Date: Sun, 24 Apr 2022 05:12:27 -0400 (EDT)

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

commit 71e18a02cd5550f82862f0fe66293d59743fca40
Author: Lars-Dominik Braun <lars@6xq.net>
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

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