mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jupyter-client: Set environment variable.
* gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]: Set JUPYTER_PLATFORM_DIRS variable. Change-Id: I2516d6d27ce53f778ae265241e95501a0cc024e3
This commit is contained in:
parent
a318906821
commit
b2355d26e2
1 changed files with 2 additions and 0 deletions
|
@ -12843,6 +12843,8 @@ installing @code{kernelspec}s for use with Jupyter frontends.")
|
||||||
(when tests?
|
(when tests?
|
||||||
;; Some tests try to write to $HOME.
|
;; Some tests try to write to $HOME.
|
||||||
(setenv "HOME" "/tmp")
|
(setenv "HOME" "/tmp")
|
||||||
|
;; jupyter-core demands this be set.
|
||||||
|
(setenv "JUPYTER_PLATFORM_DIRS" "1")
|
||||||
(invoke "pytest" "-vv"
|
(invoke "pytest" "-vv"
|
||||||
"-k"
|
"-k"
|
||||||
;; XXX "RuntimeError: Kernel died before replying
|
;; XXX "RuntimeError: Kernel died before replying
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue