guix-commits
[Top][All Lists]
Advanced

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

149/150: gnu: python-pytest-aiohttp: Disable tests.


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

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

commit 4457635a3c1c611f10266300a444e9188af89009
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Apr 10 09:40:26 2022 +0200

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

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 2cd2da2d4f..ff200477b7 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1285,6 +1285,7 @@ new fixtures, new methods and new comparison objects.")
         (base32
          "0kx4mbs9bflycd8x9af0idcjhdgnzri3nw1qb0vpfyb3751qaaf9"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; No tests in PyPi tarball.
     (native-inputs
      (list python-pytest))
     (propagated-inputs



reply via email to

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