guix-commits
[Top][All Lists]
Advanced

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

87/222: gnu: python-jupyter-client: Set environment variable.


From: guix-commits
Subject: 87/222: gnu: python-jupyter-client: Set environment variable.
Date: Fri, 1 Nov 2024 10:56:29 -0400 (EDT)

sharlatan pushed a commit to branch python-team
in repository guix.

commit e3be07e3f0dff4eb2f12f5f1714041ce363f6b64
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 22:53:44 2024 +0200

    gnu: python-jupyter-client: Set environment variable.
    
    * gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]: Set
    JUPYTER_PLATFORM_DIRS variable.
    
    Change-Id: I2516d6d27ce53f778ae265241e95501a0cc024e3
---
 gnu/packages/python-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ec578af614..954392e518 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12799,6 +12799,8 @@ installing @code{kernelspec}s for use with Jupyter 
frontends.")
                   (when tests?
                     ;; Some tests try to write to $HOME.
                     (setenv "HOME" "/tmp")
+                    ;; jupyter-core demands this be set.
+                    (setenv "JUPYTER_PLATFORM_DIRS" "1")
                     (invoke "pytest" "-vv"
                             "-k"
                             ;; XXX "RuntimeError: Kernel died before replying



reply via email to

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