guix-commits
[Top][All Lists]
Advanced

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

63/103: gnu: python-virtualenv: Disable tests.


From: guix-commits
Subject: 63/103: gnu: python-virtualenv: Disable tests.
Date: Wed, 5 Jan 2022 09:44:36 -0500 (EST)

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

commit 70583f21a5cab4466559093804964b40210ed2c7
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Dec 30 10:31:44 2021 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f885eb6b3e..68a37fcbc6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3791,6 +3791,7 @@ e.g. filters, callbacks and errbacks can all be 
promises.")
         (base32
          "1nbhnpzswcf3lmzn5xabmfdd7ki8r2w2i37y6wml54di6qi1l48c"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; Tests require network connection.
     (native-inputs
      (list python-mock python-pytest python-setuptools-scm))
     (propagated-inputs



reply via email to

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