~ruther/guix-local

af1aa73f81fb4800b92b22de6423fd57c817947a — Sharlatan Hellseher 8 months ago 52c3f21
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
1 files changed, 1 insertions(+), 0 deletions(-)

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