[PATCH] gnu: nose2: Update to 0.9.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal
V
V
Vincent Legoll wrote on 15 Mar 2020 18:06
(address . guix-patches@gnu.org)
CAEwRq=qs1s6dWL9=w0W3CaSf=NhZQ3ZdLSOpWcdjqXvtOZr3JA@mail.gmail.com
Sligthly tested with the nvme-cli (pending package) tests (all tests
are failing, probably not because of nose2)

--
Vincent Legoll
From c4cc7f343f498de39763694c8255e32e4e1e4598 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 15 Mar 2020 17:47:56 +0100
Subject: [PATCH] gnu: nose2: Update to 0.9.2.

* gnu/packages/check.scm (nose2): Update to 0.9.2.
---
gnu/packages/check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 15ab54dd8a..fa14ac1544 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -706,14 +706,14 @@ have been used.")
(define-public python-nose2
(package
(name "python-nose2")
- (version "0.6.5")
+ (version "0.9.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "nose2" version))
(sha256
(base32
- "1x4zjq1zlyrh8b9ba0cmafd3w94pxhid408kibyjd3s6h1lap6s7"))))
+ "0pmbb6nk31yhgh4zkcblzxsznml7f7pf5q1ihgrwvbxv4mwzfql7"))))
(build-system python-build-system)
(arguments `(#:tests? #f)) ; 'module' object has no attribute 'collector'
(propagated-inputs
--
2.25.1
L
L
Leo Famulari wrote on 15 Mar 2020 18:46
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 40078-done@debbugs.gnu.org)
20200315174643.GD26892@jasmine.lan
On Sun, Mar 15, 2020 at 06:06:15PM +0100, Vincent Legoll wrote:
Toggle quote (13 lines)
> Sligthly tested with the nvme-cli (pending package) tests (all tests
> are failing, probably not because of nose2)
>
> --
> Vincent Legoll

> From c4cc7f343f498de39763694c8255e32e4e1e4598 Mon Sep 17 00:00:00 2001
> From: Vincent Legoll <vincent.legoll@gmail.com>
> Date: Sun, 15 Mar 2020 17:47:56 +0100
> Subject: [PATCH] gnu: nose2: Update to 0.9.2.
>
> * gnu/packages/check.scm (nose2): Update to 0.9.2.

Thanks! I changed the commit message to correctly refer to the package
variable name and pushed as cd773f118573aad42c1e10dd77061fd3d1279189
Closed
?