[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/150: gnu: python-folium: Disable tests.
From: |
guix-commits |
Subject: |
24/150: gnu: python-folium: Disable tests. |
Date: |
Sun, 24 Apr 2022 05:12:17 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit f50cdcb759498f39de49f46ddb65e73cd5fd9ce6
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 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
- 65/150: gnu: scons: Remove obsolete argument., (continued)
- 65/150: gnu: scons: Remove obsolete argument., guix-commits, 2022/04/24
- 100/150: gnu: Remove remaining uses of #:test-target for python-build-system., guix-commits, 2022/04/24
- 107/150: gnu: python-capablerobot-usbhub: Build using python-poetry-core., guix-commits, 2022/04/24
- 115/150: gnu: python-clikit: Add missing build input., guix-commits, 2022/04/24
- 109/150: gnu: python-rich: Build using poetry., guix-commits, 2022/04/24
- 112/150: gnu: python-yaspin: Add missing build input., guix-commits, 2022/04/24
- 18/150: gnu: python-multivolumefile: Remove unused inputs., guix-commits, 2022/04/24
- 20/150: gnu: gusb-minimal: Add explicit dependency on setuptools., guix-commits, 2022/04/24
- 30/150: gnu: python-tomlkit: Add missing build system input., guix-commits, 2022/04/24
- 36/150: gnu: python-apsw: Remove custom 'build phase., guix-commits, 2022/04/24
- 24/150: gnu: python-folium: Disable tests.,
guix-commits <=
- 12/150: gnu: python-charset-normalizer: Add missing input., guix-commits, 2022/04/24
- 32/150: gnu: python-eradicate: Disable missing tests., guix-commits, 2022/04/24
- 05/150: gnu: Use python2-toolchain-for-build instead of python-2., guix-commits, 2022/04/24
- 26/150: gnu: python-django-pipeline: Disable tests., guix-commits, 2022/04/24
- 15/150: gnu: python-file: Remove obsolete #:configure-flags., guix-commits, 2022/04/24
- 21/150: gnu: python-openpyxl: Fix timestamps before testing., guix-commits, 2022/04/24
- 56/150: gnu: python-lzo: Remove deprecated argument and add test input., guix-commits, 2022/04/24
- 54/150: gnu: Add python-u-msgpack., guix-commits, 2022/04/24
- 48/150: gnu: picard: Remove old build flag., guix-commits, 2022/04/24
- 89/150: gnu: python-pytest-httpbin: Disable tests., guix-commits, 2022/04/24