guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: python-mako: Fix tests.


From: Marius Bakke
Subject: 07/08: gnu: python-mako: Fix tests.
Date: Tue, 14 Feb 2017 10:11:30 -0500 (EST)

mbakke pushed a commit to branch python-tests
in repository guix.

commit e435af5c2a9318a65dd4f240c33ba77870e6086d
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 14 00:48:53 2017 +0100

    gnu: python-mako: Fix tests.
    
    * gnu/packages/python.scm (python-mako, python2-mako)[native-inputs]: Add
    PYTHON-PYTEST.
---
 gnu/packages/python.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 18e55bf..85704d3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]