GNU bug report logs -
#63774
[PATCH] gnu: python-zulip: Fix test failure.
Previous Next
Reported by: gemmaro <gemmaro.dev <at> gmail.com>
Date: Sun, 28 May 2023 14:55:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63774 in the body.
You can then email your comments to 63774 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63774
; Package
guix-patches
.
(Sun, 28 May 2023 14:55:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
gemmaro <gemmaro.dev <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 28 May 2023 14:55:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (python-zulip): Fix test failure.
---
gnu/packages/messaging.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 46170ff31ec..a8dac86232e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -39,6 +39,7 @@
;;; Copyright © 2022 Giovanni Biscuolo <g <at> xelera.eu>
;;; Copyright © 2023 Giacomo Leidi <goodoldpaul <at> autistici.org>
;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
+;;; Copyright © 2023 gemmaro <gemmaro.dev <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3085,7 +3086,12 @@ (define-public python-zulip
(file-name (git-file-name name version))
(sha256
(base32
- "0da1ki1v252avy27j6d7snnc0gyq0xa9fypm3qdmxhw2w79d6q36"))))
+ "0da1ki1v252avy27j6d7snnc0gyq0xa9fypm3qdmxhw2w79d6q36"))
+ (modules '((guix build utils)))
+ (snippet
+ '(begin
+ (substitute* "zulip/tests/test_default_arguments.py"
+ (("optional arguments:") "options:"))))))
(build-system python-build-system)
(arguments
`(#:phases
base-commit: 6192acf8b77948384e75650ae79dfbaadb26bc37
--
2.40.1
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sat, 03 Jun 2023 11:46:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
gemmaro <gemmaro.dev <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 03 Jun 2023 11:46:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 63774-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
gemmaro <gemmaro.dev <at> gmail.com> writes:
> * gnu/packages/messaging.scm (python-zulip): Fix test failure.
> ---
> gnu/packages/messaging.scm | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
Thanks for the patch, I've added a comment about this being fixed in
later versions and pushed to master as
f30f8ecc6961f181f670c960fa57ffa2442c0217.
It would be nice to update, but that looks like it requires a bit of
work on how to run the tests.
Thanks again,
Chris
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 02 Jul 2023 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 315 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.