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:
Vinicius Monego 2025-07-30 19:23:08 -03:00
parent 85b859a340
commit 524ce500c0
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -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