~ruther/guix-local

1c85ac3eeb63548f129a38ae1fbc5be05d3b236f — Sharlatan Hellseher 8 months ago 81be2ee
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
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/python-check.scm
M gnu/packages/python-check.scm => gnu/packages/python-check.scm +2 -0
@@ 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")