all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ben Van Sleen <benvansleen@gmail.com>
To: 57657@debbugs.gnu.org
Subject: [bug#57657] [PATCH] python-ipython currently does not build
Date: Wed, 7 Sep 2022 17:02:07 -0500	[thread overview]
Message-ID: <CAGdf7-GgOw0V8RfhKq-kKF6-Pe7N9Csau34DznrcOKD-FqRO-A@mail.gmail.com> (raw)


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


             reply	other threads:[~2022-09-08  5:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-07 22:02 Ben Van Sleen [this message]
2022-09-11 20:08 ` [bug#57657] [PATCH] python-ipython currently does not build Christopher Baines
     [not found]   ` <CAGdf7-FTTq-jtgN6yW3gx=1jxvczwkTCgFiamab==0Wr7u-1LQ@mail.gmail.com>
2022-09-19  7:44     ` bug#57657: " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGdf7-GgOw0V8RfhKq-kKF6-Pe7N9Csau34DznrcOKD-FqRO-A@mail.gmail.com \
    --to=benvansleen@gmail.com \
    --cc=57657@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.