summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-14 20:50:24 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:12 +0100
commitaf1aa73f81fb4800b92b22de6423fd57c817947a (patch)
tree499e556f2c8de9f266862dbdbb835e3032842580 /gnu/packages/python-xyz.scm
parent52c3f210ab5c81eaed361cfc7d5670b1d0752850 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 84a30ef669..34f0e621f6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -691,6 +691,7 @@ generates an HTML report displaying copied slices as output.")
(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))