gnu: python-jupyter-client: Set environment variable. * gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]: Set JUPYTER_PLATFORM_DIRS variable. Change-Id: I2516d6d27ce53f778ae265241e95501a0cc024e3
1 files changed, 2 insertions(+), 0 deletions(-) M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -0
@@ 12843,6 12843,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