all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57657] [PATCH] python-ipython currently does not build
@ 2022-09-07 22:02 Ben Van Sleen
  2022-09-11 20:08 ` Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Van Sleen @ 2022-09-07 22:02 UTC (permalink / raw)
  To: 57657


[-- Attachment #1.1: Type: text/plain, Size: 1011 bytes --]

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 #1.2: Type: text/html, Size: 1338 bytes --]

[-- Attachment #2: 0001-python-pydevd-v2.8.0-Disable-failing-tests-due-to-de.patch --]
[-- Type: text/x-patch, Size: 754 bytes --]

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#57657] [PATCH] python-ipython currently does not build
  2022-09-07 22:02 [bug#57657] [PATCH] python-ipython currently does not build Ben Van Sleen
@ 2022-09-11 20:08 ` Christopher Baines
       [not found]   ` <CAGdf7-FTTq-jtgN6yW3gx=1jxvczwkTCgFiamab==0Wr7u-1LQ@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2022-09-11 20:08 UTC (permalink / raw)
  To: Ben Van Sleen; +Cc: 57657

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]


Ben Van Sleen <benvansleen@gmail.com> writes:

> 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.

Hi Ben,

Can you clarify what failure you see, and maybe what revision of Guix
you're using?

Both python-pydevd and python-ipython seem to build for me currently.

Thanks,

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#57657: [PATCH] python-ipython currently does not build
       [not found]   ` <CAGdf7-FTTq-jtgN6yW3gx=1jxvczwkTCgFiamab==0Wr7u-1LQ@mail.gmail.com>
@ 2022-09-19  7:44     ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2022-09-19  7:44 UTC (permalink / raw)
  To: Ben Van Sleen; +Cc: 57657-close

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-19  8:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07 22:02 [bug#57657] [PATCH] python-ipython currently does not build Ben Van Sleen
2022-09-11 20:08 ` Christopher Baines
     [not found]   ` <CAGdf7-FTTq-jtgN6yW3gx=1jxvczwkTCgFiamab==0Wr7u-1LQ@mail.gmail.com>
2022-09-19  7:44     ` bug#57657: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.