summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-07-30 19:23:08 -0300
committerVinicius Monego <monego@posteo.net>2025-08-02 09:15:50 -0300
commit524ce500c00b4459e6c41c8755098b1040503467 (patch)
tree925f1c0cf1d686521db33589754f37b4a98b0611
parent85b859a340813cbdb72c4778e5d860ef0b4d33e5 (diff)
gnu: python-pystache: Enable tests.
* gnu/packages/python-xyz.scm (python-pystache)[arguments]: Remove '#:tests? #f'. [native-inputs]: Add python-pytest. Change-Id: I905c32cfcba3a06f78eb0dd044c47292f6f0b8aa
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 35e73aaf94..10a31a16e2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8022,9 +8022,7 @@ Mako, and Tornado.")
(base32
"0b67fmq0wmfkgcr7qqc44vvpvh8zkdk0rh87kccds9jdda7521rp"))))
(build-system pyproject-build-system)
- (arguments
- '(#:tests? #f)) ; FIXME: Python 3 tests are failing.
- (native-inputs (list python-setuptools python-wheel))
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "http://defunkt.io/pystache/")
(synopsis "Python logic-less template engine")
(description