lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit f50cdcb759498f39de49f46ddb65e73cd5fd9ce6
Author: Lars-Dominik Braun <[email protected]>
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 c155027ba9..21bb31ad13 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24345,6 +24345,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