GNU bug report logs -
#57657
[PATCH] python-ipython currently does not build
Previous Next
Reported by: Ben Van Sleen <benvansleen <at> gmail.com>
Date: Thu, 8 Sep 2022 02:10:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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 <at> 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
[Message part 2 (text/html, inline)]
[0001-python-pydevd-v2.8.0-Disable-failing-tests-due-to-de.patch (text/x-patch, attachment)]
This bug report was last modified 2 years and 324 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.