guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: Add address@hidden


From: Leo Famulari
Subject: 01/05: gnu: Add address@hidden
Date: Tue, 28 Mar 2017 16:02:38 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 7f71e2579aca806be2fd30211fddeea69cafe31e
Author: Muriithi Frederick Muriuki <address@hidden>
Date:   Sun Mar 26 12:23:32 2017 +0300

    gnu: Add address@hidden
    
    * gnu/packages/python.scm (python-pytest-3.0.7): New variable.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/python.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c3e4a37..e804da9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1843,6 +1843,24 @@ and many external plugins.")
                                line)))
              #t)))))))
 
+;; This package is used by Sphinx version 1.5.2 and up
+(define-public python-pytest-3.0.7
+  (package
+    (inherit python-pytest-2.9.2)
+    (name "python-pytest")
+    (version "3.0.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pytest" version))
+       (sha256
+        (base32
+         "1asc4b2nd2a4f0g3r12y97rslq5wliji7b73wwkvdrm5s7mrc1mp"))))
+    (native-inputs
+     `(("python-nose" ,python-nose)
+       ("python-mock" ,python-mock)
+       ("python-hypothesis" ,python-hypothesis)))))
+
 (define-public python-pytest-cov
   (package
     (name "python-pytest-cov")



reply via email to

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