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
This commit is contained in:
Sharlatan Hellseher 2025-07-15 23:48:54 +01:00
parent 81be2eef0d
commit 1c85ac3eeb
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")