[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/46: gnu: python-jupyter-client: Set environment variable.
From: |
guix-commits |
Subject: |
25/46: gnu: python-jupyter-client: Set environment variable. |
Date: |
Tue, 7 May 2024 18:34:02 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit 154e14955ecbacd56499306aa399223ed89e0318
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 42bf5f6478..56a58f6ebe 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12392,6 +12392,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
- 12/46: gnu: Add python-notebook-shim., (continued)
- 12/46: gnu: Add python-notebook-shim., guix-commits, 2024/05/07
- 37/46: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/05/07
- 40/46: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/05/07
- 42/46: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/05/07
- 41/46: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/05/07
- 43/46: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/05/07
- 27/46: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/05/07
- 36/46: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/05/07
- 46/46: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/05/07
- 44/46: gnu: Add python-pathable., guix-commits, 2024/05/07
- 25/46: gnu: python-jupyter-client: Set environment variable.,
guix-commits <=
- 32/46: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/05/07
- 34/46: gnu: Add python-jupyter-events., guix-commits, 2024/05/07