guix-commits
[Top][All Lists]
Advanced

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

21/103: gnu: python-folium: Disable tests.


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

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

commit ffbbe078745f6ee53232fc6a42264d385d5f80b5
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Nov 28 08:55:17 2021 +0100

    gnu: python-folium: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-folium)[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 98ab77471f..a224b8d447 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23209,6 +23209,7 @@ time-or-computationally-expensive properties quick and 
easy and works in Python
        (sha256
         (base32 "1q05pzca3wfwgnbg03l3bagnhh348yx68w4aa91rg3g8zlviwjz1"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; Tests depend on selenium.
     (propagated-inputs
      (list python-branca python-jinja2 python-numpy python-requests))
     (native-inputs



reply via email to

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