guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-inflection: Fix test requirements.


From: Marius Bakke
Subject: 02/03: gnu: python-inflection: Fix test requirements.
Date: Wed, 14 Dec 2016 18:55:26 +0000 (UTC)

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

commit e91275256717a5325020a9a36749adbe759371d3
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 14 19:50:44 2016 +0100

    gnu: python-inflection: Fix test requirements.
    
    * gnu/packages/python.scm (python-inflection,
      python2-inflection)[native-inputs]: Add python-pytest.
---
 gnu/packages/python.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8e94b52..0ee533d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10314,6 +10314,8 @@ datetime type.")
               (base32
                "1jhnxgnw8y3mbzjssixh6qkc7a3afc4fygajhqrqalnilyvpzshq"))))
     (build-system python-build-system)
+    (native-inputs
+     `(("python-pytest" ,python-pytest)))
     (home-page "http://github.com/jpvanhal/inflection";)
     (synopsis "Python string transformation library")
     (description



reply via email to

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