mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pystache: Enable tests.
* gnu/packages/python-xyz.scm (python-pystache)[arguments]: Remove '#:tests? #f'. [native-inputs]: Add python-pytest. Change-Id: I905c32cfcba3a06f78eb0dd044c47292f6f0b8aa
This commit is contained in:
parent
85b859a340
commit
524ce500c0
1 changed files with 1 additions and 3 deletions
|
@ -8022,9 +8022,7 @@ Mako, and Tornado.")
|
||||||
(base32
|
(base32
|
||||||
"0b67fmq0wmfkgcr7qqc44vvpvh8zkdk0rh87kccds9jdda7521rp"))))
|
"0b67fmq0wmfkgcr7qqc44vvpvh8zkdk0rh87kccds9jdda7521rp"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||||
'(#:tests? #f)) ; FIXME: Python 3 tests are failing.
|
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
|
||||||
(home-page "http://defunkt.io/pystache/")
|
(home-page "http://defunkt.io/pystache/")
|
||||||
(synopsis "Python logic-less template engine")
|
(synopsis "Python logic-less template engine")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue