summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-15 23:48:54 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:57 +0100
commit1c85ac3eeb63548f129a38ae1fbc5be05d3b236f (patch)
tree24b77f5188c6e51c632f3458dbe2aebbc6f5b857 /gnu
parent81be2eef0dcbfb72d7f01be17ef75a00a8e7d144 (diff)
gnu: python-time-machine: Fix build.
* gnu/packages/python-check.scm (python-time-machine): During check phase it fails to find test backend but PyPI archive provides no tests. [arguments] <tests?>: Visually disable them. Change-Id: Ic39e39a520678c79249a326c4b14b523fab21638
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-check.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 3e0ae79d828..512bd98f189 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3937,6 +3937,8 @@ are useful when writing automated tests in Python.")
(sha256
(base32 "1qn7cj9lx3m7pwa8ak1106f9c54yvpa996x84gfqmyfjfg1ar6aa"))))
(build-system pyproject-build-system)
+ (arguments
+ `(#:tests? #f)) ;no tests in PyPI archive
(propagated-inputs (list python-dateutil))
(native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/adamchainz/time-machine")