summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-02-14 00:48:53 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-02-14 00:49:49 +0100
commite435af5c2a9318a65dd4f240c33ba77870e6086d (patch)
tree59fcfa1c9ab2b4dc9c16f1ac092708be7cfd0c90 /gnu/packages/python.scm
parentac72d3d2cca1381a807493763b2e80db5307fdb1 (diff)
downloadguix-patches-e435af5c2a9318a65dd4f240c33ba77870e6086d.tar
guix-patches-e435af5c2a9318a65dd4f240c33ba77870e6086d.tar.gz
gnu: python-mako: Fix tests.
* gnu/packages/python.scm (python-mako, python2-mako)[native-inputs]: Add PYTHON-PYTEST.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 18e55bf6b2..85704d3eee 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9271,7 +9271,8 @@ available in Django, but is a standalone package.")
`(("python-markupsafe" ,python-markupsafe)))
(native-inputs
`(("python-mock" ,python-mock)
- ("python-nose" ,python-nose)))
+ ("python-nose" ,python-nose)
+ ("python-pytest" ,python-pytest)))
(home-page "http://www.makotemplates.org/")
(synopsis "Templating language for Python")
(description "Mako is a templating language for Python that compiles