diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-14 00:48:53 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-14 00:49:49 +0100 |
commit | e435af5c2a9318a65dd4f240c33ba77870e6086d (patch) | |
tree | 59fcfa1c9ab2b4dc9c16f1ac092708be7cfd0c90 /gnu | |
parent | ac72d3d2cca1381a807493763b2e80db5307fdb1 (diff) |
gnu: python-mako: Fix tests.
* gnu/packages/python.scm (python-mako, python2-mako)[native-inputs]: Add
PYTHON-PYTEST.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 3 |
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 |