[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

Debbugs page

Vincent Legoll wrote 5 years ago
(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
Leo Famulari wrote 5 years ago
(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
?
Your comment

This issue is archived.

To comment on this conversation send an email to 40078@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 40078
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help