[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
65/72: gnu: python-pydevd: Avoid test failures due to greendns.
From: |
guix-commits |
Subject: |
65/72: gnu: python-pydevd: Avoid test failures due to greendns. |
Date: |
Thu, 26 Dec 2024 09:33:09 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 8a46f08682dae403dd037188abbb9af986a464e9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 20 21:56:30 2024 +0100
gnu: python-pydevd: Avoid test failures due to greendns.
* gnu/packages/python-xyz.scm (python-pydevd)[arguments]: Disable one
stubborn
test; set EVENTLET_NO_GREENDNS.
Change-Id: I3cf5af6c99dbb18095277f353f46c60f68a62188
---
gnu/packages/python-xyz.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a3ea9e716a..fbcdecf690 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17894,7 +17894,8 @@ libmagic.")))
;; of the build file name present in the message.
"and not test_evaluate_exception_trace "
;; This test fail with TimeoutError, no message on stderr.
- "and not test_soft_terminate "))
+ "and not test_soft_terminate "
+ "and not test_debugger_case_deadlock_interrupt_thread"))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-tests
@@ -17936,6 +17937,9 @@ libmagic.")))
(add-before 'check 'pre-check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
+ ;; Without this we get this error: type object 'GreenSocket'
+ ;; has no attribute 'sendmsg'.
+ (setenv "EVENTLET_NO_GREENDNS" "YES")
(setenv "PYDEVD_USE_CYTHON" "YES"))))
(add-after 'install 'install-attach-binary
(lambda _
- 39/72: gnu: python-waitress: Update to 3.0.2., (continued)
- 39/72: gnu: python-waitress: Update to 3.0.2., guix-commits, 2024/12/26
- 48/72: gnu: python-pydevd: Disable CI tests., guix-commits, 2024/12/26
- 49/72: gnu: python-stsci-stimage: Fix build., guix-commits, 2024/12/26
- 51/72: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2024/12/26
- 55/72: gnu: python-pythran: Update to 0.17.0., guix-commits, 2024/12/26
- 56/72: gnu: python-pandas-2: Remove X., guix-commits, 2024/12/26
- 57/72: gnu: python-pandas-2: Restrict number of test processes., guix-commits, 2024/12/26
- 54/72: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2024/12/26
- 58/72: gnu: python-gevent: Update to 24.11.1., guix-commits, 2024/12/26
- 63/72: gnu: python-httpretty: Enable tests., guix-commits, 2024/12/26
- 65/72: gnu: python-pydevd: Avoid test failures due to greendns.,
guix-commits <=
- 61/72: gnu: python-geventhttpclient: Update to 2.3.3., guix-commits, 2024/12/26
- 67/72: gnu: macs-3: Add missing input., guix-commits, 2024/12/26
- 70/72: gnu: python-pydantic-core: Update to 2.18.1., guix-commits, 2024/12/26
- 71/72: gnu: python-pydantic-2: Update to 2.7.0., guix-commits, 2024/12/26