me
/
guix
Archived
1
0
Fork 0

gnu: python-mako: Fix tests.

* gnu/packages/python.scm (python-mako, python2-mako)[native-inputs]: Add
PYTHON-PYTEST.
master
Marius Bakke 2017-02-14 00:48:53 +01:00
parent ac72d3d2cc
commit e435af5c2a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -9271,7 +9271,8 @@ available in Django, but is a standalone package.")
`(("python-markupsafe" ,python-markupsafe))) `(("python-markupsafe" ,python-markupsafe)))
(native-inputs (native-inputs
`(("python-mock" ,python-mock) `(("python-mock" ,python-mock)
("python-nose" ,python-nose))) ("python-nose" ,python-nose)
("python-pytest" ,python-pytest)))
(home-page "http://www.makotemplates.org/") (home-page "http://www.makotemplates.org/")
(synopsis "Templating language for Python") (synopsis "Templating language for Python")
(description "Mako is a templating language for Python that compiles (description "Mako is a templating language for Python that compiles