guix-patches
[Top][All Lists]
Advanced

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

[bug#57657] [PATCH] python-ipython currently does not build


From: Ben Van Sleen
Subject: [bug#57657] [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


reply via email to

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