mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
81be2eef0d
commit
1c85ac3eeb
1 changed files with 2 additions and 0 deletions
|
@ -3937,6 +3937,8 @@ are useful when writing automated tests in Python.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qn7cj9lx3m7pwa8ak1106f9c54yvpa996x84gfqmyfjfg1ar6aa"))))
|
(base32 "1qn7cj9lx3m7pwa8ak1106f9c54yvpa996x84gfqmyfjfg1ar6aa"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f)) ;no tests in PyPI archive
|
||||||
(propagated-inputs (list python-dateutil))
|
(propagated-inputs (list python-dateutil))
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/adamchainz/time-machine")
|
(home-page "https://github.com/adamchainz/time-machine")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue