emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#57657: closed ([PATCH] python-ipython currently does not build)


From: GNU bug Tracking System
Subject: bug#57657: closed ([PATCH] python-ipython currently does not build)
Date: Mon, 19 Sep 2022 07:46:01 +0000

Your message dated Mon, 19 Sep 2022 09:44:41 +0200
with message-id <87wn9zerjg.fsf@cbaines.net>
and subject line Re: [bug#57657] [PATCH] python-ipython currently does not build
has caused the debbugs.gnu.org bug report #57657,
regarding [PATCH] python-ipython currently does not build
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57657: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57657
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] python-ipython currently does not build Date: Wed, 7 Sep 2022 17:02:07 -0500
Hi,

Hope y'all are well!

python-ipython does not build due to failing tests in python-pydevd. The older version on python-pydevd simply disables these tests. I'm submitting a patch to disable the tests on the current version as well.

Best,
Ben Van Sleen


From c3d2255a401bda1a16df6052133163262dc57ab3 Mon Sep 17 00:00:00 2001
From: Ben Van Sleen <benvansleen@gmail.com>
Date: Wed, 7 Sep 2022 16:06:00 -0500
Subject: [PATCH] python-pydevd v2.8.0: Disable failing tests due to deprecated
 decorator

---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b058704172..9047f848ef 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12741,6 +12741,7 @@ (define-public python-pydevd
       (build-system python-build-system)
       (arguments
        (list
+        #:tests? #f
         #:phases
         #~(modify-phases %standard-phases
             (add-after 'unpack 'fix-tests
--
2.37.3

Attachment: 0001-python-pydevd-v2.8.0-Disable-failing-tests-due-to-de.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#57657] [PATCH] python-ipython currently does not build Date: Mon, 19 Sep 2022 09:44:41 +0200 User-agent: mu4e 1.8.9; emacs 28.1
Ben Van Sleen <benvansleen@gmail.com> writes:

> Just did a fresh guix pull, and everything is building fine again. Not
> sure what my issue was last week.
>
> Thanks for the help!

Thanks for confirming Ben, I'll close the issue.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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