guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-jupyter-client: Disable one test.


From: guix-commits
Subject: 03/03: gnu: python-jupyter-client: Disable one test.
Date: Wed, 26 Apr 2023 05:45:21 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4ef9fbcc358a115643cfb4610230dcf335bd788a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Apr 26 11:42:33 2023 +0200

    gnu: python-jupyter-client: Disable one test.
    
    * gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]: 
Begrudgingly
    disable one failing test, because there is no information on why it fails.
---
 gnu/packages/python-xyz.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 44834dc2f0..937c0be717 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9636,7 +9636,12 @@ installing @code{kernelspec}s for use with Jupyter 
frontends.")
                   (when tests?
                     ;; Some tests try to write to $HOME.
                     (setenv "HOME" "/tmp")
-                    (invoke "pytest" "-vv"))))))))
+                    (invoke "pytest" "-vv"
+                            "-k"
+                            ;; XXX "RuntimeError: Kernel died before replying
+                            ;; to kernel_info", but there's no more
+                            ;; information.
+                            "not test_start_parallel_process_kernels"))))))))
       (native-inputs
        (list python-pytest
              python-pytest-asyncio



reply via email to

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