guix-commits
[Top][All Lists]
Advanced

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

37/40: gnu: python-nose2: Update to 0.14.0.


From: guix-commits
Subject: 37/40: gnu: python-nose2: Update to 0.14.0.
Date: Tue, 23 Jan 2024 07:43:44 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 561d429aa4d4cb5c4cc2963631c274f7de474973
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 23 13:19:55 2024 +0100

    gnu: python-nose2: Update to 0.14.0.
    
    * gnu/packages/check.scm (python-nose2): Update to 0.14.0.
    [native-inputs]: Remove python-coverage.
    [propagated-inputs]: Remove python-six.
    
    Change-Id: I15a30723fe49cca9929524e543d12c9e2f4b02ca
---
 gnu/packages/check.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 4de5b1c0d4..a7ba16574f 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1227,14 +1227,14 @@ available via the @code{unittest.mock} module.")
 (define-public python-nose2
   (package
     (name "python-nose2")
-    (version "0.11.0")
+    (version "0.14.0")
       (source
         (origin
           (method url-fetch)
           (uri (pypi-uri "nose2" version))
           (sha256
            (base32
-            "1scxwvwbgfdj41acma41xzdhcfdwjj9irj6sfifdbyf9dryqs83d"))))
+            "1936fkrxg672bhp9i32ivna7jbydl9dpbhyn5f3059xrl1qdfa2w"))))
     (build-system python-build-system)
     (arguments
      (list #:phases
@@ -1245,10 +1245,6 @@ available via the @code{unittest.mock} module.")
                      ;; Tests require nose2 itself.
                      (setenv "PYTHONPATH" (getcwd))
                      (invoke (string-append #$output "/bin/nose2") "-v")))))))
-    (native-inputs
-     (list python-coverage))
-    (propagated-inputs
-     (list python-six))
     (home-page "https://github.com/nose-devs/nose2";)
     (synopsis "Next generation of nicer testing for Python")
     (description



reply via email to

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