guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 0bd25865f53ceb8db5ddd0c9fe009cf6cc4b1ab8
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jul 14 20:50:24 2025 +0100
gnu: python-couleur: Fix build.
* gnu/packages/python-xyz.scm (python-couleur) [arguments] <tests?>:
Disable them, no tests in PyPI but tests in Git depent on Nose test
runner.
Change-Id: I6b417e22a6777e69408ea5842ba2486c7aab049b
---
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 77c58e40a8..200f4a0f0c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -611,6 +611,7 @@ understanding ECMA script.")
(sha256
(base32 "1fk175k6l8isx43jmh7n7xyzb18ysdixzr74dxqqhpyd5sbsb5hy"))))
(build-system pyproject-build-system)
+ (arguments (list #:tests? #f)) ;no tests in PyPI, tests depend on Nose
(native-inputs
(list python-setuptools
python-wheel))