mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
52c3f210ab
commit
af1aa73f81
1 changed files with 1 additions and 0 deletions
|
@ -691,6 +691,7 @@ generates an HTML report displaying copied slices as output.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fk175k6l8isx43jmh7n7xyzb18ysdixzr74dxqqhpyd5sbsb5hy"))))
|
(base32 "1fk175k6l8isx43jmh7n7xyzb18ysdixzr74dxqqhpyd5sbsb5hy"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ;no tests in PyPI, tests depend on Nose
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools
|
(list python-setuptools
|
||||||
python-wheel))
|
python-wheel))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue